Support #9951
Run tests on real databases
Start date:
12 February 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Currently tests are run on a SQLite memory database:
- it's impossible to test transactions, as each threads get a new database
- it does not test postgresql peculiarities
We should test on real SQLite and PostgreSQL databases.
Associated revisions
History
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|cb56b4387fef4b991893ce6bd8070fd9d703ebec.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
tox.init: run tests with migrations on postgres and sqlite files (fixes #9951)