aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
new file mode 100644
index 0000000..30ed1c7
--- /dev/null
+++ b/tests/conftest.py
@@ -0,0 +1,19 @@
+pytest_plugins = [
+ "distributed.utils_test",
+ "test_utils.conftest",
+ # -- GRL IQ
+ "test_utils.grliq.conftest",
+ "test_utils.grliq.managers.conftest",
+ "test_utils.grliq.models.conftest",
+ # -- Incite
+ "test_utils.incite.conftest",
+ "test_utils.incite.collections.conftest",
+ "test_utils.incite.mergers.conftest",
+ # -- Managers
+ "test_utils.managers.conftest",
+ "test_utils.managers.contest.conftest",
+ "test_utils.managers.ledger.conftest",
+ "test_utils.managers.upk.conftest",
+ # -- Models
+ "test_utils.models.conftest",
+]