summaryrefslogtreecommitdiff
path: root/pexpect/fdpexpect.py
diff options
context:
space:
mode:
Diffstat (limited to 'pexpect/fdpexpect.py')
-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