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