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
)
6 lines
49 B
INI
6 lines
49 B
INI
[run]
|
|
source =
|
|
core
|
|
omit =
|
|
core/_tests/*
|