summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-15 15:03:03 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-15 15:03:03 -0400
commitb44ebf4b1e51d2181d75542a23dac08df996645d (patch)
treeac962678cefde821858d40a97ccf47e4cdeb2d7e /tests
parent805f646a507cdfdda399a8cba4f418d7a0d46e6a (diff)
downloadcobbler-b44ebf4b1e51d2181d75542a23dac08df996645d.tar.gz
cobbler-b44ebf4b1e51d2181d75542a23dac08df996645d.tar.xz
cobbler-b44ebf4b1e51d2181d75542a23dac08df996645d.zip
Call unittests with nose
Diffstat (limited to 'tests')
-rw-r--r--tests/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 00000000..d17ba9d0
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,6 @@
+Do the following to enable "make test" from top-level
+
+yum install python-nose
+easy_install coverage
+
+