Changes between Initial Version and Version 8 of Ticket #29658


Ignore:
Timestamp:
Aug 21, 2018, 10:38:52 AM (6 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29658

    • Property Triage Stage UnreviewedReady for checkin
    • Property Owner changed from nobody to Srinivas Reddy Thatiparthy
    • Property Status newassigned
    • Property Has patch set
    • Property Summary Use unittest.addCleanup to unregister lookups.Use a context manager to unregister model field lookups in tests
  • Ticket #29658 – Description

    initial v8  
    99}}}
    1010
    11 It'd be better to use `unittest.addCleanup` to handle this stuff.
     11It'd be better to use a context manager (`addCleanup()` was originally proposed) to handle this stuff.
Back to Top