Message303314
$ ./python -m test -vuall test_crypt
...
======================================================================
FAIL: test_methods (test.test_crypt.CryptTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython3.7/Lib/test/test_crypt.py", line 29, in test_methods
self.assertTrue(len(crypt.methods) >= 1)
AssertionError: False is not true
----------------------------------------------------------------------
crypt.methods is an empty list. |
|
Date |
User |
Action |
Args |
2017-09-29 09:04:11 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, jafo |
2017-09-29 09:04:11 | serhiy.storchaka | set | messageid: <1506675851.3.0.213398074469.issue31633@psf.upfronthosting.co.za> |
2017-09-29 09:04:11 | serhiy.storchaka | link | issue31633 messages |
2017-09-29 09:04:11 | serhiy.storchaka | create | |
|