[New-bugs-announce] [issue31836] test_code_module fails after test_idle

Serhiy Storchaka report at bugs.python.org
Sat Oct 21 12:03:19 EDT 2017


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

$ ./python -m test -uall test_idle test_code_module
Run tests sequentially
0:00:00 load avg: 0.42 [1/2] test_idle
0:00:02 load avg: 0.42 [2/2] test_code_module
test test_code_module failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_code_module.py", line 35, in test_ps1
    self.assertEqual(self.sysmod.ps1, '>>> ')
AssertionError: <MagicMock name='sys.ps1' id='140109331413008'> != '>>> '

test_code_module failed
1 test OK.

1 test failed:
    test_code_module

Total duration: 2 sec
Tests result: FAILURE

----------
assignee: terry.reedy
components: IDLE, Tests
messages: 304709
nosy: serhiy.storchaka, terry.reedy
priority: normal
severity: normal
status: open
title: test_code_module fails after test_idle
type: behavior
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31836>
_______________________________________


More information about the New-bugs-announce mailing list