cai/pytest.ini

10 lines
219 B
INI

[pytest]
testpaths =
tests
addopts = -v --color=yes --tb=short
# Specifying the directory to ignore
#
# norecursedirs = tests/ignored tests/aux tests/inference tests/state tests/tools
norecursedirs = tests/ignored