ComfyUI/tests
2023-09-04 22:53:08 -05:00
..
inference Add __init__.py so tests can run with command line pytest 2023-09-04 22:53:08 -05:00
__init__.py Add __init__.py so tests can run with command line pytest 2023-09-04 22:53:08 -05:00
README.md Add readme for tests 2023-09-01 17:02:50 -05:00

Automated Testing

Running tests locally

Additional requirements for running tests:

pip install pytest
pip install websocket-client==1.6.1

Run tests:

python -m pytest