summaryrefslogtreecommitdiff
path: root/pexpect
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-06-04 17:45:37 -0700
committerThomas Kluyver <takowl@gmail.com>2014-06-04 17:45:37 -0700
commita07835752f31ed3e3ae7336026c4846a0733209e (patch)
tree3660d407a34bee01a3f370d49cf5cfdd2e467017 /pexpect
parenta3047f5d480772fbbf771d9906e94984a103a48c (diff)
downloadpexpect-a07835752f31ed3e3ae7336026c4846a0733209e.tar.gz
Some more test coverage for fdpexpect
Diffstat (limited to 'pexpect')
-rw-r--r--pexpect/fdpexpect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pexpect/fdpexpect.py b/pexpect/fdpexpect.py
index 8a0da4a..fe4ad89 100644
--- a/pexpect/fdpexpect.py
+++ b/pexpect/fdpexpect.py
@@ -89,9 +89,9 @@ class fdspawn (spawn):
except:
return False
- def terminate (self, force=False):
+ def terminate (self, force=False): # pragma: no cover
raise ExceptionPexpect('This method is not valid for file descriptors.')
- def kill (self, sig):
+ def kill (self, sig): # pragma: no cover
"""No-op - no process to kill."""
return