Index: tests/conftest.py |
diff --git a/tests/conftest.py b/tests/conftest.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..53cdcf05361f33186b34ec35232ff9d82da541b1 |
--- /dev/null |
+++ b/tests/conftest.py |
@@ -0,0 +1,5 @@ |
+import pytest |
+ |
+pytest_plugins = [ |
+ 'sitescripts.extensions.test.utils', |
+] |