cfui / pytest.ini
asffhgjasdasfdsa's picture
Upload 687 files
65e33f5 verified
Raw
History Blame Contribute Delete
227 Bytes
[pytest]
markers =
inference: mark as inference test (deselect with '-m "not inference"')
execution: mark as execution test (deselect with '-m "not execution"')
testpaths =
tests
tests-unit
addopts = -s
pythonpath = .