瀏覽代碼

Run integration tests in debug mode so that static files are served

Matt Westcott 8 月之前
父節點
當前提交
6593615a60
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      wagtail/test/settings_ui.py

+ 2 - 0
wagtail/test/settings_ui.py

@@ -25,3 +25,5 @@ PATTERN_LIBRARY = {
     "PATTERN_BASE_TEMPLATE_NAME": "",
     "BASE_TEMPLATE_NAMES": [],
 }
+
+DEBUG = True