mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend
This commit is contained in:
parent
ca23784e42
commit
9d12ceb636
3 changed files with 2 additions and 2 deletions
|
@ -205,8 +205,8 @@ class SysModuleTest(unittest.TestCase):
|
|||
# can't check more than the type, as the user might have changed it
|
||||
self.assertIsInstance(sys.getdefaultencoding(), str)
|
||||
|
||||
# testing sys.settrace() is done in test_trace.py
|
||||
# testing sys.setprofile() is done in test_profile.py
|
||||
# testing sys.settrace() is done in test_sys_settrace.py
|
||||
# testing sys.setprofile() is done in test_sys_setprofile.py
|
||||
|
||||
def test_setcheckinterval(self):
|
||||
self.assertRaises(TypeError, sys.setcheckinterval)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue