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
Bittensor SDK update removed all the mocks we were using to test, it seems like they are not bringing them back ( conversation in the church of rao )
Since that broke our old unittests we needed to figure out how achieve some E2E
Decided to test on BT Testnet subnet 165
- This requires testnet registered wallets to work ( cc @john Durkin, we are going to set up a common set of wallets for this kind of dev purposes on 1p )
Got some minimal tests running for the miner and the validator and got coverage report from it
- There is a script inside the tests folder that takes care of running those tests and get the report, its important to use it because if we run the tests in parallel it fails ( it has to be secuential )
Problem
We want to assess the code quality, but we don't know the test coverage of the code
Action item
The text was updated successfully, but these errors were encountered: