aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
blob: 30ed1c7ce262a45eb49ee505ad544dee98e02cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
]