summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-17 12:28:54 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-17 12:28:54 -0400
commit8bc2b1929f9cc0deb9dd2a5a15af17854679bb97 (patch)
tree9b130caf5738bcbd1a171b8972fff73aa3eed564 /Makefile
parentab0b0b2014c59ebfb6e6445e1006948d3df39f34 (diff)
downloadcobbler-8bc2b1929f9cc0deb9dd2a5a15af17854679bb97.tar.gz
cobbler-8bc2b1929f9cc0deb9dd2a5a15af17854679bb97.tar.xz
cobbler-8bc2b1929f9cc0deb9dd2a5a15af17854679bb97.zip
Moved the older test code under the main tree so it gets installed with the RPM. Beginings of adding testcases for XMLRPC that will exercise read only and read-write XMLRPC through Apache. Right now, there is only some basic read-only testing to verify koan's calls remain operational. We'll also want to write tests for the mod_python components.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c22645f4..b6845760 100644
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,12 @@ test:
make savestate
make eraseconfig
make install
- -make nosetests
+ -(make nosetests)
make restorestate
nosetests:
- #nosetests tests cobbler tests.py --with-coverage --cover-package=cobbler --cover-erase --quiet | tee test.log
- nosetests tests cobbler | tee test.log
+ #nosetests tests -w cobbler --with-coverage --cover-package=cobbler --cover-erase --quiet | tee test.log
+ nosetests cobbler/*.py -v | tee test.log
build: clean manpage updatewui
python setup.py build -f