#25110: A test in test_runner fails
-----------------------------------+--------------------
     Reporter:  double-y           |      Owner:  nobody
         Type:  Bug                |     Status:  new
    Component:  Testing framework  |    Version:  master
     Severity:  Normal             |   Keywords:
 Triage Stage:  Unreviewed         |  Has patch:  0
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+--------------------
 I run tests with Python 3.4.3 but failed like this.

 {{{
 % ./runtests.py ./test_runner
 Testing against Django installed in
 '/Users/yasudayousuke/oss_hack/django_dev/django_parent/django'
 Creating test database for alias 'default'...
 Creating test database for alias 'other'...
 .....F...........ss.......................
 ======================================================================
 FAIL: test_duplicates_ignored
 (test_runner.test_discover_runner.DiscoverRunnerTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 
"/Users/yasudayousuke/oss_hack/django_dev/django_parent/tests/test_runner/test_discover_runner.py",
 line 133, in test_duplicates_ignored
     self.assertEqual(single, dups)
 AssertionError: 259 != 260

 ----------------------------------------------------------------------
 Ran 42 tests in 4.421s

 FAILED (failures=1, skipped=2)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25110>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.17b693c01f4a55c35313a4548182ab9b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to