Ticket #1330 (closed enhancement: fixed)
[PATCH] Unit Tests That Require an Environment Should Use test.InMemoryDatabase For Speed
| Reported by: | Mark Rowe <edgewall.com@…> | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
SQLite's ":memory:" database is a lot faster than a file-system-backed DB, so it should be used in unit tests where possible to reduce their runtime. Patch attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


