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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Tests should protect the behavior guaranteed by ob-go (can be considered as acceptance or "smoke" tests)
Tests should NOT protect derivative behavior unless the scenario can be deterministically produced (for example, asserting price calculations only when the exchange rate response can be ensured)
Tests should cover the existing QA scenarios at minimum
Tests should be easy to understand and expand
Tests should be deterministic (the tests relay on the wallet API state and need to be controlled somehow: see Build Blockbook mock server multiwallet#76. Other services may need to be mocked.)
Tests should be runnable as a suite or independently
Goals:
This feature requires (hard/soft blocked by):
Builder MVP: MVP spike mason#1 (hard blocker)Related concern: #957
The text was updated successfully, but these errors were encountered: