CoolFace
Apppublic

hardbanrecords/Metadata-Engine

sourceHugging Faceotherupdated 8mo agoView on Hugging Face
0likes
pytest.ini7 linesDownload Raw Back to backend
1[pytest]2asyncio_mode = auto3testpaths = tests app/routes4python_files = test_*.py5python_classes = Test*6python_functions = test_*7