diff examples/README.TXT @ 9:35178e70f1cd

urls support in testcase objects
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 13:33:58 -0400
parents 8d0793b2358b
children
line wrap: on
line diff
--- a/examples/README.TXT	Thu Aug 28 12:42:31 2008 -0400
+++ b/examples/README.TXT	Thu Aug 28 13:33:58 2008 -0400
@@ -27,7 +27,8 @@
 --- Sample test run below ---
 
 C:\dev\nosedjango\examples\project>nosetests -v --with-django --with-doctest --doctest-tests --doctest-tests
-doctest: project.zoo.models.zoo ... ok
+
+Doctest: project.zoo.models.Zoo ... ok
 Doctest: project.zoo.models.Zoo.__str__ ... ok
 Doctest: project.zoo.models.func ... ok
 This is just a stub for a regular test method ... ok
@@ -37,12 +38,15 @@
 project.zoo.test_fixtures.TestFixture2.test_count ... ok
 project.zoo.test_race.TestDBRace1.test1 ... ok
 project.zoo.test_race.TestDBRace2.test1 ... ok
-project.tests.test_views.test_view_index ... ok
+We're customizing the ROOT_URLCONF with zoo.urls, ... ok
+We're using the standard ROOT_URLCONF, so we need to ... ok
+testcase1 (project.zoo.tests.TestDjango) ... ok
+testcase2 (project.zoo.tests.TestDjango) ... ok
 
 ----------------------------------------------------------------------
-Ran 11 tests in 0.859s
+Ran 14 tests in 1.219s
 
 OK
 Destroying test database...
 
-C:\dev\nosedjango\examples\project>
+