You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
What?
The tests in the Queue Processor and systemtests don't use any DB fixtures and rely on having a manually migrated sqlite3.db, which makes the testing somewhat dependent on the development state of the app.
It would be a lot better to use fixtures and an in-memory sqlite3 db, to ensure a clean state for each test.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Issue raised by: [developer/user/project requirement]
What?
The tests in the Queue Processor and systemtests don't use any DB fixtures and rely on having a manually migrated
sqlite3.db
, which makes the testing somewhat dependent on the development state of the app.It would be a lot better to use fixtures and an in-memory sqlite3 db, to ensure a clean state for each test.
The text was updated successfully, but these errors were encountered: