pytest.ini - py.test setupΒΆ
CodeChat depends on py.test to perform unit testing.
This file instructs py.test to treat all *_test.py
files as unit tests.
For more information, see py.test examples
or the reference manual.
[pytest]
python_files=*_test.py