81778a7feb
All past 30 min of comtts are done on the top of Mt Fuji By Comfy, Robin, and Yoland All other comfy org members died on the way Introduced unit tests to verify the correctness of various folder path utility functions such as `get_directory_by_type`, `annotated_filepath`, and `recursive_search` among others. These tests cover scenarios including directory retrieval, filepath annotation, recursive file searches, and filtering files by extensions, enhancing the robustness and reliability of the codebase. |
||
---|---|---|
.. | ||
app_test | ||
comfy_test | ||
prompt_server_test | ||
server | ||
utils | ||
README.md | ||
requirements.txt |
README.md
Pytest Unit Tests
Install test dependencies
pip install -r tests-units/requirements.txt
Run tests
pytest tests-units/