From 66769f6c20ac0a3de2ea99ce75fa57254e93096a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 15 Feb 2010 09:19:48 -0800 Subject: [PATCH] Renamed test__api_timeout to timeout_test_with_statement --- tests/nosewrapper.py | 2 +- tests/{test__api_timeout.py => timeout_test_with_statement.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{test__api_timeout.py => timeout_test_with_statement.py} (100%) diff --git a/tests/nosewrapper.py b/tests/nosewrapper.py index 584f4f4..43c4366 100644 --- a/tests/nosewrapper.py +++ b/tests/nosewrapper.py @@ -10,7 +10,7 @@ if parent_dir not in sys.path: # hacky hacks: skip test__api_timeout when under 2.4 because otherwise it SyntaxErrors if sys.version_info < (2,5): - argv = sys.argv + ["--exclude=.*test__api_timeout.*"] + argv = sys.argv + ["--exclude=.*timeout_test_with_statement.*"] else: argv = sys.argv diff --git a/tests/test__api_timeout.py b/tests/timeout_test_with_statement.py similarity index 100% rename from tests/test__api_timeout.py rename to tests/timeout_test_with_statement.py