mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
8 lines
207 B
PowerShell
8 lines
207 B
PowerShell
# Run tests
|
|
Set-Location $PSScriptRoot\backend
|
|
|
|
$pyExec = "$PSScriptRoot\backend\venv\Scripts\python.exe"
|
|
$djangoSrc = "$PSScriptRoot\backend\manage.py"
|
|
|
|
& $pyExec $djangoSrc check
|
|
& $pyExec $djangoSrc test |