|
subprocess.check_call([sys.executable, "-m", "pytest"], cwd="interface/HUTN")
|
|
subprocess.check_call([sys.executable, "-m", "pytest"], cwd="interface/HUTN")
|
|
-subprocess.check_call([sys.executable, "-m", "pytest", "integration", "--runslow"])
|
|
|
|
|
|
+subprocess.check_call([sys.executable, "-m", "pytest", "integration", "--runslow", "-s", "-v"])
|