1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00
django/tests/utils_tests
Aymeric Augustin 23620cb8e0 Accounted for error files in the autoreloader.
* When some old files contain errors, the second call to
  gen_filenames() should return them.
* When some new files contain errors, the first call to
  gen_filenames(only_new=True) should return them.
2015-08-29 20:47:38 +02:00
..