Przeglądaj źródła

Add the new simpler tests to the run_tests.py

Yentl Van Tendeloo 8 lat temu
rodzic
commit
6b0735d465
1 zmienionych plików z 3 dodań i 1 usunięć
  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"])