c422f12492
Create initial infrastructure:
Create root packages:
.core
.core._tests
Checkers (and gates):
tox.ini: cover env
requires:
pytest (this was added to test requirements later)
pytest-cov
mock
/core/pytest.ini
/.coveragerc
Example changes:
add collector client as initial target for refactor and testing
unit tests for HTTPClient (http.py) as example
Blueprint: fuel-qa-join-helpers
Change-Id: I35207eb7bb45ec20d1b61f28be564097420c9f27
(cherry picked from commit 870fb4f
)
63 lines
535 B
Plaintext
63 lines
535 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
MANIFEST
|
|
TAGS
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
unit.xml
|
|
/htmlcov/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Local example
|
|
example_local.py
|
|
|
|
# Local settings
|
|
local_settings.py
|
|
|
|
# Documentation
|
|
doc/_build/
|
|
|
|
# Logs
|
|
/logs
|
|
sys_test.log
|
|
|
|
# Certs
|
|
/ca.crt
|
|
/ca.pem
|
|
|
|
# Cache
|
|
/.cache
|
|
/core/.cache
|
|
__pycache__
|