File tree Expand file tree Collapse file tree 8 files changed +5
-5
lines changed
samples/05-ellar-with-sqlalchemy/tests Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 python-version : 3.8
1818 - name : Install Flit
19- run : pip install flit ellar_jwt ellar_sql
19+ run : pip install flit ellar_jwt
2020 - name : Install Dependencies
2121 run : make install
2222 - name : Test
Original file line number Diff line number Diff line change 1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install Flit
22- run : pip install flit ellar_jwt ellar_sql
22+ run : pip install flit ellar_jwt
2323 - name : Install Dependencies
2424 run : make install
2525 - name : Test
Original file line number Diff line number Diff line change 22addopts = --strict-config --strict-markers
33xfail_strict = true
44junit_family = " xunit2"
5+ norecursedirs = samples/05-ellar-with-sqlalchemy/*
56
67[pytest-watch]
78runner = pytest --failed-first --maxfail =1 --no-success-flaky-report
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22
33import pytest
44import sqlalchemy as sa
5+ from db_learning .root_module import ApplicationModule
56from ellar .common .constants import ELLAR_CONFIG_MODULE
67from ellar .testing import Test
78from ellar_sql import EllarSQLService
89
9- from ..root_module import ApplicationModule
1010from . import common
1111
1212os .environ .setdefault (ELLAR_CONFIG_MODULE , "db_learning.config:TestConfig" )
Original file line number Diff line number Diff line change 11import factory
2- from ellar_sql .factory import SESSION_PERSISTENCE_FLUSH , EllarSQLFactory
3-
42from db_learning .models import User
3+ from ellar_sql .factory import SESSION_PERSISTENCE_FLUSH , EllarSQLFactory
54
65from . import common
76
File renamed without changes.
You can’t perform that action at this time.
0 commit comments