From 3e505fe532e2d945b72bf434023680cdb222e96c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 20 Apr 2012 07:03:16 -0400 Subject: 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. --- ipatests/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/setup.py.in') 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"], -- cgit