Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.81k stars 578 forks source link

Fix the test for proofofwork.LogOutput() #2167

Closed PeterSurda closed 7 months ago

PeterSurda commented 7 months ago

Hi!

Apparently the unittest.TestCase.assertLogs() is only used as a context manager. I fixed test_log by the proper use.