#8469: Running manage.py test on empty project executes 13 tests.
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Milestone: 1.0 maybe
Component: Unit test system | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
--------------------------------------+-------------------------------------
The following tests are being picked up by the testrunner.
{{{
test_confirm_complete (django.contrib.auth.tests.views.PasswordResetTest)
... ok
test_confirm_different_passwords
(django.contrib.auth.tests.views.PasswordResetTest) ... ok
test_confirm_invalid (django.contrib.auth.tests.views.PasswordResetTest)
... ok
test_confirm_invalid_post
(django.contrib.auth.tests.views.PasswordResetTest) ... ok
test_confirm_valid (django.contrib.auth.tests.views.PasswordResetTest) ...
ok
Email is sent if a valid email address is provided for password reset ...
ok
Error is raised if the provided email address isn't currently registered
... ok
Doctest: django.contrib.auth.tests.__test__.BASIC_TESTS ... ok
Doctest: django.contrib.auth.tests.__test__.FORM_TESTS ... ok
Doctest: django.contrib.auth.tests.__test__.TOKEN_GENERATOR_TESTS ... ok
Doctest: django.contrib.contenttypes.tests ... ok
Doctest: django.contrib.sessions.tests ... ok
Doctest: django.contrib.sites.tests ... ok
----------------------------------------------------------------------
Ran 13 tests in 2.205s
}}}
I had expected that the testrunner only picks up tests specific to the
current project.
--
Ticket URL: <http://code.djangoproject.com/ticket/8469>
Django Code <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---