CoolFace
Apppublic

fred-dev/comfy_ui_ali

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
pytest.ini10 linesDownload Raw Back to root
1[pytest]2markers = 3  inference: mark as inference test (deselect with '-m "not inference"')4  execution: mark as execution test (deselect with '-m "not execution"')5testpaths =6  tests7  tests-unit8addopts = -s9pythonpath = .10