Closed AmineKhaldi closed 1 month ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
chia/full_node/full_node_api.py | 1 | 82.43% | ||
chia/_tests/core/full_node/test_transactions.py | 1 | 99.14% | ||
chia/full_node/full_node.py | 1 | 86.94% | ||
chia/timelord/timelord_launcher.py | 2 | 70.55% | ||
chia/_tests/core/test_farmer_harvester_rpc.py | 2 | 98.02% | ||
chia/rpc/rpc_server.py | 3 | 87.83% | ||
chia/wallet/wallet_node.py | 9 | 88.37% | ||
<!-- | Total: | 19 | --> |
Totals | |
---|---|
Change from base Build 10966863149: | 0.03% |
Covered Lines: | 101966 |
Relevant Lines: | 112070 |
Purpose:
As we're using pytest instead of unittest, this class isn't needed anymore.
Current Behavior:
Tests are grouped into a
TestWalletInterestedStore
class.New Behavior:
Tests are no longer grouped into a
TestWalletInterestedStore
class.