Compare commits

..

1 Commits

Author SHA1 Message Date
eb22c8562f Use in-memory database for pre-commit tests
All checks were successful
continuous-integration/drone/pr Build is passing
2025-08-22 14:08:52 +02:00

View File

@ -19,7 +19,7 @@ repos:
exclude: ^(migrations).*$
- id: unittest
name: unittest
entry: python -m unittest discover ki
entry: env SQLALCHEMY_DATABASE_URI=sqlite:// python -m unittest discover ki
language: system
exclude: .*
always_run: true