summaryrefslogtreecommitdiffstats
path: root/ipatests/setup.py.in
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-04-20 07:03:16 -0400
committerPetr Viktorin <pviktori@redhat.com>2013-09-25 10:13:56 +0200
commit3e505fe532e2d945b72bf434023680cdb222e96c (patch)
tree603190a4dc0c53332a17d7e3864b06ab1c454828 /ipatests/setup.py.in
parenta9843d6918f73c2236d0083b1e8adf54ca34eb0d (diff)
downloadfreeipa-3e505fe532e2d945b72bf434023680cdb222e96c.tar.gz
freeipa-3e505fe532e2d945b72bf434023680cdb222e96c.tar.xz
freeipa-3e505fe532e2d945b72bf434023680cdb222e96c.zip
Move tests to test directories
Nose doesn't pick up directories that don't begin with 'test'. Rename ipatests/test_ipaserver/install to test_install so that it's run. Also, merge test_ipautil.py from ipapython/test into tests/test_ipapython, so the whole test suite is in one place.
Diffstat (limited to 'ipatests/setup.py.in')
-rw-r--r--ipatests/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/setup.py.in b/ipatests/setup.py.in
index afbe9abc0..50220d76a 100644
--- a/ipatests/setup.py.in
+++ b/ipatests/setup.py.in
@@ -72,7 +72,7 @@ def setup_package():
"ipatests.test_ipalib",
"ipatests.test_ipapython",
"ipatests.test_ipaserver",
- "ipatests.test_ipaserver.install",
+ "ipatests.test_ipaserver.test_install",
"ipatests.test_pkcs10",
"ipatests.test_webui",
"ipatests.test_xmlrpc"],