diff examples/README.TXT @ 3:b761c26773a3

Added comment file for running the example
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 10:10:10 -0400
parents
children 20bca08c0828
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/README.TXT	Thu Aug 28 10:10:10 2008 -0400
@@ -0,0 +1,18 @@
+If you change directory into the 'project' directory, you should be able  to
+run the nose test runner and get reasonable results.
+
+
+Something like this:
+
+    C:\dev\nosedjango\examples\project>nosetests -v --with-django
+    project.tests.test_views.test_view_index ... ok
+
+    ----------------------------------------------------------------------
+    Ran 1 test in 0.047s
+
+    OK
+    Destroying test database...
+
+    C:\dev\nosedjango\examples\project>
+
+