Skip to content

Commit

Permalink
Merge pull request #57 from pygame/sqlalchemy-fixtures
Browse files Browse the repository at this point in the history
Use sqlalchemy_pytest_fixtures package for sql test fixtures.
  • Loading branch information
illume committed Aug 7, 2018
2 parents 896e08b + 631cc96 commit fe61fb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 139 deletions.
1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pytest-pylint
pytest-timeout
pytest-watch
pytest-xdist
sqlalchemy_pytest_fixtures
twine
wheel
-r requirements.txt
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
import pytest
from flask_sqlalchemy_session import flask_scoped_session

from sqlpytestflask import engine, session, session_factory, connection, schema_name

from sqlalchemy_pytest_fixtures import engine, session, session_factory, connection, schema_name

@pytest.fixture(scope='function')
def app(engine, session_factory):
Expand Down
137 changes: 0 additions & 137 deletions tests/sqlpytestflask.py

This file was deleted.

0 comments on commit fe61fb2

Please sign in to comment.