mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
merge 3.4
This commit is contained in:
commit
b1c6bdc76a
3 changed files with 12 additions and 2 deletions
|
|
@ -190,6 +190,8 @@ class TestCurses(unittest.TestCase):
|
|||
|
||||
self.assertRaises(ValueError, stdscr.getstr, -400)
|
||||
self.assertRaises(ValueError, stdscr.getstr, 2, 3, -400)
|
||||
self.assertRaises(ValueError, stdscr.instr, -2)
|
||||
self.assertRaises(ValueError, stdscr.instr, 2, 3, -2)
|
||||
|
||||
|
||||
def test_module_funcs(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue