|
@@ -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"])
|