Merge "Switch tests from nose to pytest"
authorGuillaume Lambert <guillaume.lambert@orange.com>
Wed, 27 Jul 2022 08:07:35 +0000 (08:07 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 Jul 2022 08:07:35 +0000 (08:07 +0000)
tests/launch_tests.sh
tests/test-requirements.txt

index a2f3f1997ddd50e7c02b198161c05aa9f687ea12..54d1cd1033eb34aca16125e960b430bfd71d2718 100755 (executable)
@@ -31,7 +31,7 @@ else
     done
 fi
 if [ -z "$LAUNCHER" ]; then
-    LAUNCHER="nosetests --with-xunit";
+    LAUNCHER="python3 -m pytest -q";
 fi
 
 for script in $scriptlist; do
index 55c4d55e6bdc6dc0bb99237d94d1833da73e6d5b..2049e9133df8777b93e138827476059dd4089395 100644 (file)
@@ -1 +1 @@
-nose # LGPL v2 or later
+pytest # MIT License