Upload ComfyUI/pytest.ini with huggingface_hub
Browse files- 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
|