annotate 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
rev   line source
3
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
1 If you change directory into the 'project' directory, you should be able to
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
2 run the nose test runner and get reasonable results.
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
3
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
4
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
5 Something like this:
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
6
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
7 C:\dev\nosedjango\examples\project>nosetests -v --with-django
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
8 project.tests.test_views.test_view_index ... ok
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
9
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
10 ----------------------------------------------------------------------
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
11 Ran 1 test in 0.047s
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
12
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
13 OK
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
14 Destroying test database...
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
15
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
16 C:\dev\nosedjango\examples\project>
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
17
b761c26773a3 Added comment file for running the example
Victor Ng <victor@monkeybean.ca>
parents:
diff changeset
18