From 5ead18e1afe818fe6abfa7494c7d3655911626ec Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 9 Oct 2013 11:16:29 -0700 Subject: Improve test for setting and retrieving window size --- tests/test_misc.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test_misc.py') diff --git a/tests/test_misc.py b/tests/test_misc.py index 00385ec..5c7f546 100755 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -219,10 +219,6 @@ class TestCaseMisc(PexpectTestCase.PexpectTestCase): pass else: self.fail ("child.expect({}) should have raised a TypeError") - def test_winsize(self): - child = pexpect.spawn('cat') - child.setwinsize(10,13) - assert child.getwinsize()==(10,13), "getwinsize() did not return (10,13)" def test_env(self): default = pexpect.run('env') -- cgit v1.2.1