From 3a9a98b2852d26fdc8257d20ef907ad8c47bcfe3 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 10 Oct 2014 14:56:29 +0200 Subject: Integration tests: Port the ordering plugin to pytest Ordered integration tests may now be run with pytest. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej --- ipatests/test_integration/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/test_integration/base.py') diff --git a/ipatests/test_integration/base.py b/ipatests/test_integration/base.py index a24a577d6..b07eab099 100644 --- a/ipatests/test_integration/base.py +++ b/ipatests/test_integration/base.py @@ -24,7 +24,7 @@ import nose from ipapython.ipa_log_manager import log_mgr from ipatests.test_integration.config import get_global_config from ipatests.test_integration import tasks -from ipatests.order_plugin import ordered +from ipatests.pytest_plugins.ordering import ordered log = log_mgr.get_logger(__name__) -- cgit