mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Improve test coverage (#4924)
This commit is contained in:
parent
9818142b1b
commit
21be85f520
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ def test_not_implemented(self):
|
|||
self.assertRaises(NotImplementedError, transport.can_write_eof)
|
||||
self.assertRaises(NotImplementedError, transport.pause_reading)
|
||||
self.assertRaises(NotImplementedError, transport.resume_reading)
|
||||
self.assertRaises(NotImplementedError, transport.is_reading)
|
||||
self.assertRaises(NotImplementedError, transport.close)
|
||||
self.assertRaises(NotImplementedError, transport.abort)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue