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
testing (rpc/modules): migrate current tests to integration tests, write new unit tests (ChainSafe#1957)
* fix TestAuthorModule_InsertKey_Valid
* fix TestAuthorModule_InsertKey_Valid_Gran_Keytype
* fix rpc/module/author_integration_test
* migrate rpc/module tests to integration tests TODO:write unit tests
* remove skip author integration tests from golangci.yml
* lint
* rebase and fix errors
* license
* testing (rpc/modules): write new unit tests to increase code coverage (ChainSafe#1995)
* migrate rpc/module tests to integration tests TODO:write unit tests
* fix TestAuthorModule_InsertKey_Valid
* fix TestAuthorModule_InsertKey_Valid_Gran_Keytype
* migrate rpc/module tests to integration tests TODO:write unit tests
* use mockery to generate BlockProducerAPI
* WIP/test for dev control function
* 100% test coverage for rpc/module/dev unit tests
* test cov for getKeys in childState
* 100% cover for getStorage size
* 100% cover for getStorage hash
* 100% coverage for childstate unit tests
* format childState
* lint
* tests for offchain get
* full coverage for offchain unit tests
* unit tests for payment
* 100% for grandpa proveFinality
* grandpa unit tests
* GenSyncSpec coverage
* sync state unit tests
* GetBlock
* getBlockHash tests
* chain tests
* Wip/system tests
* AccountNextIndex test
* syncState test
* tes localListenAndAddresses
* test localPeerId
* system tests
* state getPairs test
* getKeysPages test
* test GetMetadata
* test GetReadProof
* test GetRuntime Version
* test GetStorage
* test GetStorageHash
* test GetStorageSize
* test queryStorage
* state tests
* remove subscribe func tests
* format
* rebase
* fix naming and remove unnecessary variable inits
* remove log
* push test data
* remove AnythingOfType from chain test
* remove AnythingOfType from childState test
* remove AnythingOfType from Grandpa test
* remove AnythingOfType from offchain test
* remove AnythingOfType from payment test
* remove mocking anything in state test
* remove mocking anything in sync state test
* WIP/Finish removing mock.AnythingOfType
* WIP/author test
* author test
* add exp cases to chain test
* WIP/figure out error assertion issue
* WIP/fix errors still
* fix chain test error handling
* author module tests fix
* childstate test CR feedback
* dev tests
* wip/grandpa tests
* grandpa tests
* offchain tests
* payment tests
* syc state test updates
* state test CR feedback
* system tests
* fix inconsistent test to use reflect on maps
* use zip file for test data
* delete test data hex file
* fix up tests
* close to final changes
* finish CR feedback
* clean up error checking
* CR feedback TODO/Fix integration test error
* move response init into subtests
* remove panic from code
* WIP/clean up tests
* change res variable to be non pointer
* WIP/add expected response check for error case
* add response check for error case
* finish first round of CR feedback
* hasSessionKey tests
* remove old author module tests
* rename err to expErr
* use system module constructor instead of fields
* rename getter for test metadata
* wip/CR feedback
* separate out system getter tests
* fix naming
* clean up imports
* wip/cr feedback
* remove wantErr from rpc/module tests
* finalize feedback
* rebase
* CR feedback
* remove apimocks alias
* final CR feedback
* finalize CR changes
* fix failing http test
* fix LocalPeerId naming
0 commit comments