#17365: Extend test discovery to include unittest2 test suite runner
-----------------------------------+------------------------------------
     Reporter:  jezdez             |                    Owner:  myusuf3
         Type:  New feature        |                   Status:  closed
    Component:  Testing framework  |                  Version:  master
     Severity:  Normal             |               Resolution:  fixed
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by Carl Meyer <carl@…>):

 In [changeset:"cd79f337233be3f2dfa22316314c9d4834093e31"]:
 {{{
 #!CommitTicketReference repository=""
 revision="cd79f337233be3f2dfa22316314c9d4834093e31"
 Fixed #20503 - Moved doctest utilities in with the rest of the deprecated
 test code.

 The ``DocTestRunner`` and ``OutputChecker`` were formerly in
 ``django.test.testcases``, now they are in ``django.test.simple``. This
 avoids
 triggering the ``django.test._doctest`` deprecation message with any
 import
 from ``django.test``. Since these utility classes are undocumented
 internal
 API, they can be moved without a separate deprecation process.

 Also removed the deprecation warnings specific to these classes, as they
 are
 now covered by the module-level warning in ``django.test.simple``.

 Thanks Anssi for the report.

 Refs #17365.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17365#comment:50>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.91de805afcb75c675e94493c43c65b10%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to