ComfyUI/pytest.ini

9 lines
154 B
INI

[pytest]
markers =
inference: mark as inference test (deselect with '-m "not inference"')
testpaths =
tests
tests-unit
addopts = -s
pythonpath = .