浏览代码

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
 cwd = Path(__file__).resolve().parent
 sys.path.insert(0, str(cwd.parent))
 sys.path.insert(0, str(cwd.parent))
 
 
+from model_tests import *
+
 with chainer.using_config("train", False):
 with chainer.using_config("train", False):
 	unittest.main()
 	unittest.main()