running under python manage
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-01 16:07:24 +02:00
parent 1ee3265472
commit 2843489b86
Vendored
+1 -1
View File
@@ -37,7 +37,7 @@ pipeline {
source ${PY_ENV}/bin/activate
export PATH=${PY_ENV}/bin:${PATH}
pip install -r requirements.txt
pytest catalog/tests/
python manage.py test
xmlrunner discover -p *_test.py
'''
}