From 2843489b865733281a3196b2365cbcaee20c3d11 Mon Sep 17 00:00:00 2001 From: Mpho raf Date: Tue, 1 Mar 2022 16:07:24 +0200 Subject: [PATCH] running under python manage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6004c01..51e06f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' }