From b20480398afa727f5d15b28bbaf896fba13e0e15 Mon Sep 17 00:00:00 2001 From: Andy Babic Date: Tue, 20 Sep 2022 10:44:55 +0100 Subject: [PATCH] Run PageAutoTestCase tests for the test app --- tests/test_autotest.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/test_autotest.py diff --git a/tests/test_autotest.py b/tests/test_autotest.py new file mode 100644 index 0000000..6f948ab --- /dev/null +++ b/tests/test_autotest.py @@ -0,0 +1 @@ +from wagtail_factories.autotest import PageAutoTestCase # noqa