From a89dbf8480a28b961eb04b9de53c2894e72f38a4 Mon Sep 17 00:00:00 2001 From: Marco Scheidhuber Date: Tue, 20 Nov 2012 12:21:59 +0100 Subject: [PATCH] Add conftest module for future use. --- kotti_blog/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 kotti_blog/tests/conftest.py diff --git a/kotti_blog/tests/conftest.py b/kotti_blog/tests/conftest.py new file mode 100644 index 0000000..46a0158 --- /dev/null +++ b/kotti_blog/tests/conftest.py @@ -0,0 +1 @@ +pytest_plugins = "kotti"