소스 검색

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