tito/pytest.ini
Pavel Raiskup 6feb4f2d21 tests: s/nosetests/pytest/
- Requires us to add pytest.ini to tell pytest where to look for test
  files, and set the python path.
- Mock drops terminal from the tested code, so we have to "mock" it in
  test_colors()
- Enable coverage in tox tests.
2024-11-06 11:19:55 +01:00

3 lines
63 B
INI

[pytest]
python_files = test/*.py test/*/*.py
pythonpath = src