summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-02-15 09:19:48 -0800
committerRyan Williams <rdw@lindenlab.com>2010-02-15 09:19:48 -0800
commit66769f6c20ac0a3de2ea99ce75fa57254e93096a (patch)
treed27d1a6cbddde9dd3e57122db1f876af084a9a6c
parent6ab868fa2caf219072add612725315f6a089323d (diff)
downloadeventlet-66769f6c20ac0a3de2ea99ce75fa57254e93096a.tar.gz
Renamed test__api_timeout to timeout_test_with_statement
-rw-r--r--tests/nosewrapper.py2
-rw-r--r--tests/timeout_test_with_statement.py (renamed from tests/test__api_timeout.py)0
2 files changed, 1 insertions, 1 deletions
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
index 7ce29b7..7ce29b7 100644
--- a/tests/test__api_timeout.py
+++ b/tests/timeout_test_with_statement.py