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
evan-forbes opened this issue
Sep 18, 2023
· 0 comments
Labels
refactoroptional label for items that are related to implementation work and do not change functionalitytestappdirectly relevant to testapp usagetestingitems that are strictly related to adding or extending test coverage
Unit tests are lighter, more precise, and easier to debug. We should reevaluate our rampant usage of the testnode integration tests and try to rewrite some of the tests with unit where possible.
We likely want to refactor our TestApp tooling so that its easier to write unit tests instead of having to resort to using integration tests just to execution transactions, have access to a mempool, or create new blocks.
The text was updated successfully, but these errors were encountered:
evan-forbes
added
testing
items that are strictly related to adding or extending test coverage
refactor
optional label for items that are related to implementation work and do not change functionality
and removed
needs:triage
labels
Sep 18, 2023
refactoroptional label for items that are related to implementation work and do not change functionalitytestappdirectly relevant to testapp usagetestingitems that are strictly related to adding or extending test coverage
Originally posted by @cmwaters in #2515 (comment)
Unit tests are lighter, more precise, and easier to debug. We should reevaluate our rampant usage of the testnode integration tests and try to rewrite some of the tests with unit where possible.
We likely want to refactor our TestApp tooling so that its easier to write unit tests instead of having to resort to using integration tests just to execution transactions, have access to a mempool, or create new blocks.
The text was updated successfully, but these errors were encountered: