mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
- Tests now perform faster - Tests will run on supported GPU platforms - Configuration has known issues related to setting up a working directory for an embedded client - Introduce a Skeletonize node that solves many problems with Canny - Improve behavior of exception reporting
6 lines
143 B
INI
6 lines
143 B
INI
[pytest]
|
|
markers =
|
|
inference: mark as inference test (deselect with '-m "not inference"')
|
|
testpaths = tests
|
|
addopts = -s
|
|
asyncio_mode = auto |