You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use the python standard logging library
- Run all tests and report all failing test-cases (rather than stop after one test case fails)
- If output is different from expected output, log a contextual diff.
Copy file name to clipboardExpand all lines: src/test/bitcoin-util-test.py
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
from __future__ importdivision,print_function,unicode_literals
0 commit comments