|
@@ -7,4 +7,4 @@ subprocess.check_call([sys.executable, "-m", "pytest"], cwd="kernel")
|
|
|
|
|
|
subprocess.check_call([sys.executable, "-m", "pytest"], cwd="interface/HUTN")
|
|
|
|
|
|
-subprocess.check_call([sys.executable, "-m", "pytest", "integration"])
|
|
|
+subprocess.check_call([sys.executable, "-m", "pytest", "integration", "-v"])
|