aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/tests/conftest.py
blob: 1435c8601c588bdc900ef7d067c08f85ad32baec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

# TODO Here we need to make use of the populate script to create a massive
#      test fixture.
import pytest

from ctrack.core.utils import populate_db


@pytest.fixture
def full_db_fixture():
    populate_db(orgs=2, igps=2)