summaryrefslogtreecommitdiff
path: root/tests/test_interact.py
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2013-09-22 22:13:35 -0700
committerjquast <contact@jeffquast.com>2013-09-22 22:13:35 -0700
commit3e24dd7da4bca514679656827e98b53b43ac2540 (patch)
treecc1567a3c5e5d01c1173708318b0802b5393ab36 /tests/test_interact.py
parent14506673fc7d38ea956e5a0d03577a3a59f61f1c (diff)
downloadpexpect-git-3e24dd7da4bca514679656827e98b53b43ac2540.tar.gz
todo item for py3
Diffstat (limited to 'tests/test_interact.py')
-rwxr-xr-xtests/test_interact.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_interact.py b/tests/test_interact.py
index ab77228..4229f85 100755
--- a/tests/test_interact.py
+++ b/tests/test_interact.py
@@ -80,6 +80,7 @@ class InteractTestCase (PexpectTestCase.PexpectTestCase):
assert p.isalive() == False, p.isalive()
assert p.exitstatus == 0, (p.exitstatus, p.before)
+ # XXX TODO: interact_unicode.py
def test_interact_unicode (self):
p = pexpect.spawnu('%s interact.py' % (self.PYTHONBIN,))
p.sendline (u'Hello')