chore!: remove bank & genutil legacy migrations (#17818)

This commit is contained in:
Marko
2023-09-21 10:33:14 +00:00
committed by GitHub
parent 825e09ab77
commit 5987d0003a
40 changed files with 41 additions and 1312 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Tests which exercise a whole module's function with dependencies mocked, are *jo
These are almost like integration tests in that they exercise many things together but still
use mocks.
Example 1 journey vs illustrative tests - [depinject's BDD style tests](https://github.com/cosmos/cosmos-sdk/blob/main/depinject/features/bindings.feature), show how we can
Example 1 journey vs illustrative tests - depinject's BDD style tests, show how we can
rapidly build up many illustrative cases demonstrating behavioral rules without [very much code](https://github.com/cosmos/cosmos-sdk/blob/main/depinject/binding_test.go) while maintaining high level readability.
Example 2 [depinject table driven tests](https://github.com/cosmos/cosmos-sdk/blob/main/depinject/provider_desc_test.go)