#32914: DiscoverRunner doesn't always group tests by class
-------------------------------------+-------------------------------------
     Reporter:  Chris Jerdonek       |                    Owner:  Chris
         Type:                       |  Jerdonek
  Cleanup/optimization               |                   Status:  assigned
    Component:  Testing framework    |                  Version:  dev
     Severity:  Normal               |               Resolution:
     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 Chris Jerdonek):

 With the patch:

 {{{
 $ ./tests/runtests.py
 test_runner.tests.DependencyOrderingTests.test_simple_dependencies
 test_runner.tests.ManageCommandTests.test_custom_test_runner
 test_runner.tests.DependencyOrderingTests.test_chained_dependencies -v3

 Testing against Django installed in '/.../django/django'
 Importing application test_runner
 Found 3 test(s).
 Skipping setup of unused database(s): default, other.
 System check identified no issues (0 silenced).
 test_simple_dependencies (test_runner.tests.DependencyOrderingTests) ...
 ok
 test_chained_dependencies (test_runner.tests.DependencyOrderingTests) ...
 ok
 test_custom_test_runner (test_runner.tests.ManageCommandTests) ... ok

 ----------------------------------------------------------------------
 Ran 3 tests in 0.002s

 OK
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32914#comment:3>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.de2b6ad9a90cd7a75022d9d5181d95b6%40djangoproject.com.

Reply via email to