fuel-qa/core/pytest.ini
Alexey Stepanov c422f12492 Create initial infrastructure for fuel-qa refactoring: .core package
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)
2016-08-26 07:51:24 +03:00

4 lines
70 B
INI

[pytest]
addopts = -vvv -s -p no:django -p no:ipdb
testpaths = _tests