emmental/pytest.ini
Anna Schumaker 4072ea97d4 emmental3.py: Start Emmental 3.0
I'm going to put all of the main source code into a single subdirectory
under emmental/ and separate out tests into a separate tests/ directory.

Additionally, I have switched over to pytest for running tests to give
me better output (with color!)

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-03-07 11:18:46 -05:00

8 lines
163 B
INI

[pytest]
required_plugins = pytest-timeout pytest-subtests
testpaths = emmental/ tests/
addopts = -rP
timeout = 5
timeout_method = thread
timeout_func_only = true