Changes between Initial Version and Version 8 of Ticket #29658
- Timestamp:
- 08/21/18 15:38:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29658
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
Use unittest.addCleanup to unregister lookups.
toUse a context manager to unregister model field lookups in tests
- Property Owner changed from nobody to Srinivas Reddy Thatiparthy
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toReady for checkin
-
Property
Status
changed from
-
Ticket #29658 – Description
initial v8 9 9 }}} 10 10 11 It'd be better to use `unittest.addCleanup`to handle this stuff.11 It'd be better to use a context manager (`addCleanup()` was originally proposed) to handle this stuff.