aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorMax Nanis2026-03-06 16:49:46 -0500
committerMax Nanis2026-03-06 16:49:46 -0500
commit91d040211a4ed6e4157896256a762d3854777b5e (patch)
treecd95922ea4257dc8d3f4e4cbe8534474709a20dc /tests/conftest.py
downloadgeneralresearch-91d040211a4ed6e4157896256a762d3854777b5e.tar.gz
generalresearch-91d040211a4ed6e4157896256a762d3854777b5e.zip
Initial commitv3.3.4
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",
+]