Update backend schema
This commit is contained in:
14
api/run_tests.bat
Normal file
14
api/run_tests.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
REM Run API tests
|
||||
|
||||
cd /d "%~dp0"
|
||||
|
||||
REM Install test dependencies
|
||||
echo Installing test dependencies...
|
||||
pip install pytest pytest-cov -q
|
||||
|
||||
REM Run tests
|
||||
echo Running tests...
|
||||
pytest tests/ -v --tb=short
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user