I found some confused case sensitive in BTC/kB
and sat/B
. It doesn’t change the test result.
before: :confused:
0bTc/kB
1btc/kb
2BTc/Kb
3
4sat/B
5sAT/b
6SAT/b
7SAT/B
after: :smile:
0BTC/kB
1sat/B
test result:
0$ ./test/functional/test_runner.py --jobs=4 --loglevel=DEBUG --previous-releases --coverage --extended wallet_basic.py
1
2Temporary test directory at /tmp/test_runner_₿_🏃_20200929_224115
3Running Unit Tests for Test Framework Modules
4.......
5----------------------------------------------------------------------
6Ran 7 tests in 0.008s
7
8OK
9Initializing coverage directory at /tmp/coveragevbx7unjc
10Remaining jobs: [wallet_basic.py]
111/1 - wallet_basic.py passed, Duration: 32 s
12
13TEST | STATUS | DURATION
14
15wallet_basic.py | ✓ Passed | 32 s
16
17ALL | ✓ Passed | 32 s (accumulated)
18Runtime: 32 s