f07e5bb522
* Create internal route table. * List files. * Add GET /internal/files. Retrieves list of files in models, output, and user directories. * Refactor file names. * Use typing_extensions for Python 3.8 * Fix tests. * Remove print statements. * Update README. * Add output and user to valid directory test. * Add missing type hints. |
||
---|---|---|
.. | ||
app_test | ||
prompt_server_test | ||
server | ||
README.md | ||
requirements.txt |
README.md
Pytest Unit Tests
Install test dependencies
pip install -r tests-units/requirements.txt
Run tests
pytest tests-units/