870fb4ff22
Create initial unittest infrastructure: Create root packages: .core .core._tests Checkers (and gates): tox.ini: cover env requires: 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
4 lines
70 B
INI
4 lines
70 B
INI
[pytest]
|
|
addopts = -vvv -s -p no:django -p no:ipdb
|
|
testpaths = _tests
|