ConceptPortal-public/rsconcept/RunTests.ps1

8 lines
207 B
PowerShell
Raw Normal View History

2023-07-15 17:46:19 +03:00
# Run tests
Set-Location $PSScriptRoot\backend
$pyExec = "$PSScriptRoot\backend\venv\Scripts\python.exe"
$djangoSrc = "$PSScriptRoot\backend\manage.py"
& $pyExec $djangoSrc check
& $pyExec $djangoSrc test