Mercurial > nosedjango
view 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 source
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>