Upgrade lighty to Chlorine
[transportpce.git] / tests / launch_tests.sh
index a2f3f1997ddd50e7c02b198161c05aa9f687ea12..63beeb52887a007137409092f8e18964893bad8b 100755 (executable)
@@ -31,7 +31,11 @@ else
     done
 fi
 if [ -z "$LAUNCHER" ]; then
-    LAUNCHER="nosetests --with-xunit";
+    if [ -d "allure-report" ]; then
+        LAUNCHER="python3 -m pytest --alluredir=allure-report/ -q"
+    else
+        LAUNCHER="python3 -m pytest -q"
+    fi
 fi
 
 for script in $scriptlist; do