mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
7 lines
197 B
INI
7 lines
197 B
INI
[pytest]
|
|
markers =
|
|
inference: mark as inference test (deselect with '-m "not inference"')
|
|
execution: mark as execution test (deselect with '-m "not execution"')
|
|
testpaths = tests
|
|
addopts = -s
|