Changes between Initial Version and Version 2 of Ticket #32939


Ignore:
Timestamp:
Jul 17, 2021, 2:35:11 PM (3 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32939 – Description

    initial v2  
    66The check could instead be done lazily, e.g. inside `setUpClass()`, while still having the same desired effect.
    77
    8 I noticed this when seeing if I could convert `AuthViewsTestCase` into a mixin:
    9 https://github.com/django/django/blob/56f9579105c324ff15250423bf9f8bdf1634cfb4/tests/auth_tests/test_views.py
    10 The `AuthViewsTestCase` change could be done in a nicer way once this ticket is implemented, perhaps even as part of this ticket.
     8I noticed this when seeing if I could convert [https://github.com/django/django/blob/56f9579105c324ff15250423bf9f8bdf1634cfb4/tests/auth_tests/test_views.py#L46 AuthViewsTestCase] into a mixin. This `AuthViewsTestCase` change could be done in a nicer way once this ticket is implemented, perhaps even as part of this ticket.
Back to Top