소스 검색

added mock tests

Dimitri Korsch 4 년 전
부모
커밋
90df0ac3f9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/main.py

+ 2 - 0
tests/main.py

@@ -10,5 +10,7 @@ from pathlib import Path
 cwd = Path(__file__).resolve().parent
 sys.path.insert(0, str(cwd.parent))
 
+from model_tests import *
+
 with chainer.using_config("train", False):
 	unittest.main()