Ticket #294 (new enhancement)
Fixture loading can use database transactions ingeniously
| Reported by: | windmill-trac@asheesh.org | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | triage |
| Version: | 1.1.x | Keywords: | |
| Cc: | Dependencies: |
Description
To avoid the database hit of actually storing all the data necessary for a test before Windmill runs, you could:
(a) create a transaction, (b) load the fixtures, (c) have fun with Windmill, and (d) at the end of the Windmill test roll back the transaction.
Just a thought.
Change History
Note: See
TracTickets for help on using
tickets.
