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"')
|
2024-07-16 11:26:11 -04:00
|
|
|
testpaths =
|
|
|
|
|
tests
|
|
|
|
|
tests-unit
|
|
|
|
|
addopts = -s
|
|
|
|
|
pythonpath = .
|