test/pytest.ini

10 lines
227 B
INI
Raw Normal View History

2024-08-03 09:27:31 +00:00
[pytest]
markers =
inference: mark as inference test (deselect with '-m "not inference"')
2024-08-28 16:33:34 +00:00
execution: mark as execution test (deselect with '-m "not execution"')
2024-08-03 09:27:31 +00:00
testpaths =
tests
tests-unit
addopts = -s
pythonpath = .