From 2af309223d6050feff3f85701a93166f3d4b5fee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 21 Aug 2023 18:06:29 -0400 Subject: add integration tests --- tests/pkgs/static_assetspec_nulbyte/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/pkgs/static_assetspec_nulbyte/__init__.py (limited to 'tests/pkgs/static_assetspec_nulbyte') diff --git a/tests/pkgs/static_assetspec_nulbyte/__init__.py b/tests/pkgs/static_assetspec_nulbyte/__init__.py new file mode 100644 index 000000000..49cebab3e --- /dev/null +++ b/tests/pkgs/static_assetspec_nulbyte/__init__.py @@ -0,0 +1,2 @@ +def includeme(config): + config.add_static_view('/', 'tests:fixtures/static') -- cgit v1.2.3