This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2017-10-21.16:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508601799.24.0.213398074469.issue31836@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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
History
Date User Action Args
2017-10-21 16:03:19serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2017-10-21 16:03:19serhiy.storchakasetmessageid: <1508601799.24.0.213398074469.issue31836@psf.upfronthosting.co.za>
2017-10-21 16:03:19serhiy.storchakalinkissue31836 messages
2017-10-21 16:03:18serhiy.storchakacreate