I've read 
through 
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/
 
and I'm still uncertain how to properly run it.

As far as I can tell, tests decorated with `@translation.override(None)` do 
not get run when using `./runtests.py`

Even using `./runtests.py 
forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests.test_timeField`
 
results in an error:

TypeError: CustomTimeInputFormatsTests.test_timeField() missing 1 required 
positional argument: 'self'

Arthur Pemberton

-- 
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-developers+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/django-developers/2f3cc486-2e47-476a-a036-92850c5dbce6n%40googlegroups.com.

Reply via email to