From 91d040211a4ed6e4157896256a762d3854777b5e Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Fri, 6 Mar 2026 16:49:46 -0500 Subject: Initial commit --- tests/conftest.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/conftest.py (limited to 'tests/conftest.py') 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", +] -- cgit v1.2.3