Files

10 lines
227 B
INI
Raw Permalink Normal View History

2023-09-18 22:18:06 -05:00
[pytest]
markers =
inference: mark as inference test (deselect with '-m "not inference"')
2024-08-15 08:21:11 -07:00
execution: mark as execution test (deselect with '-m "not execution"')
testpaths =
tests
tests-unit
addopts = -s
pythonpath = .