فهرست منبع

Add the new simpler tests to the run_tests.py

Yentl Van Tendeloo 8 سال پیش
والد
کامیت
6b0735d465
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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"])