Explorar o código

Add the new simpler tests to the run_tests.py

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
6b0735d465
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      scripts/run_tests.py

+ 3 - 1
scripts/run_tests.py

@@ -15,4 +15,6 @@ flush_all()
 
 subprocess.check_call([sys.executable, "-m", "pytest"], cwd="interface/HUTN")
 
-subprocess.check_call([sys.executable, "-m", "pytest", "integration", "--runslow", "-s", "-v"])
+subprocess.check_call([sys.executable, "-m", "pytest", "unit", "--runslow", "-x"])
+
+subprocess.check_call([sys.executable, "-m", "pytest", "integration", "--runslow", "-s", "-v", "-x"])