lang-main/run_tests.ps1
2024-11-26 16:11:25 +01:00

8 lines
245 B
PowerShell

pdm run pytest --cov -n 4
# run docker desktop
. "C:\Program Files\Docker\Docker\Docker Desktop.exe"
docker start cyrest
# run Cytoscape tests in single process
pdm run coverage run -a -m pytest -m "cyto"
docker stop cyrest
pdm run coverage html