diff options
| author | jaypipes@gmail.com <> | 2010-10-01 14:02:51 -0400 |
|---|---|---|
| committer | jaypipes@gmail.com <> | 2010-10-01 14:02:51 -0400 |
| commit | bf22bbd2d4f4364255a306e024d1a7d316b89014 (patch) | |
| tree | 21add38739528d4995d306544bb705d8a8f5b8df /tools | |
| parent | 4d13a8554459638387d772a23fffe6aaaab3348d (diff) | |
| download | nova-bf22bbd2d4f4364255a306e024d1a7d316b89014.tar.gz nova-bf22bbd2d4f4364255a306e024d1a7d316b89014.tar.xz nova-bf22bbd2d4f4364255a306e024d1a7d316b89014.zip | |
Cleans up the unit tests that are meant to be run with nosetests
* Renames all test modules to start with test_ so that nosetests does
not need to be run with the --all-modules flag in order to pick them up
* Renames test_helper to fakes and removes imports in unit tests that
did not reference the fakes
* Adds nose to pip-requires so that run_tests.sh -V will install nose
into the virtualenv instead of having to manually install it after running
into import errors :)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 1e2707be7..6c3940372 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -20,3 +20,4 @@ zope.interface==3.6.1 mox==0.5.0 -f http://pymox.googlecode.com/files/mox-0.5.0.tar.gz greenlet==0.3.1 +nose |
