surena26 commited on
Commit
ed78d46
·
verified ·
1 Parent(s): 6ecc84a

Upload ComfyUI/pytest.ini with huggingface_hub

Browse files
Files changed (1) hide show
  1. ComfyUI/pytest.ini +5 -0
ComfyUI/pytest.ini ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [pytest]
2
+ markers =
3
+ inference: mark as inference test (deselect with '-m "not inference"')
4
+ testpaths = tests
5
+ addopts = -s