mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-10 09:05:48 +02:00
Use alembic test package
This commit is contained in:
parent
85a7750d09
commit
36909f04bd
2 changed files with 2 additions and 1 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip3 install -r requirements.txt -r requirements-dev.txt
|
run: pip3 install -r requirements.txt -r requirements-dev.txt
|
||||||
- name: Run Pytest
|
- name: Run Pytest
|
||||||
run: pytest tests
|
run: pytest tests --test-alembic
|
||||||
env:
|
env:
|
||||||
DB_TEST_SQLITE: false
|
DB_TEST_SQLITE: false
|
||||||
DB_NAME: didier_action
|
DB_NAME: didier_action
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ black==22.3.0
|
||||||
mypy==0.961
|
mypy==0.961
|
||||||
pylint==2.14.1
|
pylint==2.14.1
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
|
pytest-alembic==0.8.2
|
||||||
pytest-asyncio==0.18.3
|
pytest-asyncio==0.18.3
|
||||||
pytest-env==0.6.2
|
pytest-env==0.6.2
|
||||||
sqlalchemy2-stubs==0.0.2a23
|
sqlalchemy2-stubs==0.0.2a23
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue