소스 검색

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