summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-09-23 17:57:03 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-09-23 17:57:03 +0000
commit461a96e0cf1279028ee36efcc4fc14f015362bfa (patch)
tree7cb2194d50da6f54d3b6b82df882a552c3b5e528
parentd2bd598909aa74aa8c33d9a1c9857279a427efc3 (diff)
downloadpexpect-461a96e0cf1279028ee36efcc4fc14f015362bfa.tar.gz
Forgot to change test_is_alive name to test_isalive.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@87 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/alltests.py b/pexpect/alltests.py
index 8f605f0..496315b 100644
--- a/pexpect/alltests.py
+++ b/pexpect/alltests.py
@@ -6,7 +6,7 @@ sys.path.append('tests')
modules_to_test = (
'test_expect',
-'test_is_alive',
+'test_isalive',
'test_ansi',
'test_command_list_split',
'test_destructor',