--
Ticket URL: <https://code.djangoproject.com/ticket/23026>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
The documentation you have referenced is for Django 1.5, which used "old
style" test discovery; if you're using Django 1.5, the syntax described is
completely accurate. The syntax changed in Django 1.6, and the 1.6 docs
reflect that change.
The "colon" syntax is not accurate for any version, AFAIK - to the best of
my knowledge, that's a Nose extension, and has nothing to do with Django's
test suite.
--
Ticket URL: <https://code.djangoproject.com/ticket/23026#comment:1>