mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Corrected comments on where settrace and setprofile are tested.
This commit is contained in:
parent
13c475385b
commit
07de165d6e
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,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):
|
||||
with warnings.catch_warnings():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue