Registry / devops / comfy-test

comfy-test

JSON →
library0.3.113pypypi✓ verified 81d ago

comfy-test is a Python testing infrastructure library for ComfyUI custom nodes, providing tools to automate installation, environment setup, and integration testing. Current version 0.3.113 requires Python >=3.10 and is maintained on GitHub by PozzettiAndrea.

pip install comfy-test
INSTALL
IMPORT
SIG · COMFY-TEST
C
comfy-test
devopspythonv0.3.113
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestManager
from comfy_test import TestManager
from comfy_test import ComfyTest
TestConfig
from comfy_test import TestConfig
load_config
from comfy_test import load_config

Basic usage to run installation tests for a ComfyUI custom node.

from comfy_test import ComfyTest # Initialize test instance ct = ComfyTest() # Run default installation test result = ct.test_install() print(result)
Debug
Known issues
gotchaThe library expects a ComfyUI environment to be present; running tests without ComfyUI installed will fail.
fix
Ensure ComfyUI is installed locally or in the same virtual environment before running tests.
affects: >=0.1.0
deprecatedThe 'test_install' method may be deprecated in future versions in favor of more granular test methods.
fix
Check the latest documentation for updated testing API.
affects: 0.3.x
Upgrade
Version history
0.3.113latest on PyPI · released May 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
comfy-test — pip install comfy-test · libregistry