Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
split existing fixtures into datastore specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston committed Feb 7, 2022
1 parent 29c4085 commit 12619c1
Show file tree
Hide file tree
Showing 8 changed files with 509 additions and 420 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
from .fixtures.application_fixtures import *
from .fixtures.integration_fixtures import *
from .fixtures.mariadb_fixtures import *
from .fixtures.mongodb_fixtures import *
from .fixtures.mysql_fixtures import *
from .fixtures.mssql_fixtures import *
from .fixtures.postgres_fixtures import *
from .fixtures.redshift_fixtures import *
from .fixtures.snowflake_fixtures import *

logger = logging.getLogger(__name__)

Expand Down
Loading

0 comments on commit 12619c1

Please sign in to comment.