Opened 14 years ago
Closed 14 years ago
#13675 closed (duplicate)
Allow savepoint_{rollback,commit} in TestCase
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
currently all "transaction" functions are disabled in TestCase (as opposed to TransactionTestCase), including savepoint ones. However savepoints are perfectly fine within the context of a transaction (that's the poitn!). They should therefore be alive.
Note:
See TracTickets
for help on using tickets.
I totally duped #12979. I should search trac before filing a new bug (just kidding, I did, trac search sucks).