summaryrefslogtreecommitdiff
path: root/tests/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs')
-rw-r--r--tests/pkgs/static_encodings/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pkgs/static_encodings/__init__.py b/tests/pkgs/static_encodings/__init__.py
new file mode 100644
index 000000000..3b86a1a15
--- /dev/null
+++ b/tests/pkgs/static_encodings/__init__.py
@@ -0,0 +1,2 @@
+def includeme(config):
+ config.add_static_view('/', 'tests:fixtures', content_encodings=['gzip'])