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
Copy file name to clipboardExpand all lines: docs/architecture/adr-059-test-scopes.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,15 +139,6 @@ Modules not returning simulation operations:
139
139
* Useful error messages not provided on from CI, requiring a developer to run
140
140
the simulation locally to reproduce.
141
141
142
-
### E2E tests
143
-
144
-
End to end tests exercise the entire system as we understand it in as close an approximation
145
-
to a production environment as is practical. Presently these tests are located at
146
-
[tests/e2e](https://github.com/cosmos/cosmos-sdk/tree/main/tests/e2e) and rely on [testutil/network](https://github.com/cosmos/cosmos-sdk/tree/main/testutil/network) to start up an in-process Tendermint node.
147
-
148
-
An application should be built as minimally as possible to exercise the desired functionality.
149
-
The SDK uses an application will only the required modules for the tests. The application developer is advised to use its own application for e2e tests.
150
-
151
142
#### Limitations
152
143
153
144
In general the limitations of end to end tests are orchestration and compute cost.
0 commit comments