ComfyUI/pytest.ini

8 lines
158 B
INI

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