浏览代码

add missing files for test framework

Daniel Sheffield 1 年之前
父节点
当前提交
65ac940ba7
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      app/rest/dev-requirements.txt
  2. 2 0
      test/rest/templates/__init__.py

+ 1 - 0
app/rest/dev-requirements.txt

@@ -0,0 +1 @@
+pytest

+ 2 - 0
test/rest/templates/__init__.py

@@ -0,0 +1,2 @@
+from bottle import TEMPLATE_PATH
+TEMPLATE_PATH.append("app/rest/templates")