Mercurial > nosedjango
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:7f2f9bb4f32c | 3:b761c26773a3 |
---|---|
1 If you change directory into the 'project' directory, you should be able to | |
2 run the nose test runner and get reasonable results. | |
3 | |
4 | |
5 Something like this: | |
6 | |
7 C:\dev\nosedjango\examples\project>nosetests -v --with-django | |
8 project.tests.test_views.test_view_index ... ok | |
9 | |
10 ---------------------------------------------------------------------- | |
11 Ran 1 test in 0.047s | |
12 | |
13 OK | |
14 Destroying test database... | |
15 | |
16 C:\dev\nosedjango\examples\project> | |
17 | |
18 |