Trying other command to run pytest

This commit is contained in:
JKuijperM 2026-01-16 23:37:57 +01:00
parent e5a13bc6d1
commit 454418f3d3

View File

@ -32,7 +32,7 @@ pipeline{
. venv/bin/activate . venv/bin/activate
cd expenses_manager cd expenses_manager
ls ls
pytest --cov venv/bin/pytest --cov
''' '''
} }
} }