Ran 9637 tests in 204.885s
FAILED (failures=4, skipped=856, expected failures=6)
FAIL: test_only_new_files (utils_tests.test_autoreload.TestFilenameGenerator)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/cmermingas/django_dev/django/tests/utils_tests/test_autoreload.py", line 87, in test_only_new_files
self.assertEqual(len(filenames2), 1)
AssertionError: 0 != 1
./runtests.py utils_tests.test_autoreload.TestFilenameGenerator.test_only_new_files
Testing against Django installed in '/Users/cmermingas/django_dev/django/django'
Creating test database for alias 'default'...
Creating test database for alias 'other'...
.
----------------------------------------------------------------------
Ran 1 test in 0.046s
OK
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To post to this group, send email to django-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e3b2689c-1326-43be-b3e1-abc235bc6f5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Also you might be experiencing failures specific to your operating system and database setup - if you'd paste the stack traces we might be able to figure more out.
That appears to be the full stack trace since it errors out in the assert :D
Oh yes, my bad, I'm used to pytest ;)