input-output-hk / cardano-wallet-legacy

Official Wallet Backend & API for Cardano-SL
https://input-output-hk.github.io/cardano-wallet/
MIT License
21 stars 12 forks source link

Remaining integration tests for WALLETS #351

Open piotr-iohk opened 5 years ago

piotr-iohk commented 5 years ago

Context

172

Decision

172

This particular ticket addresses adding remaining integration tests for Wallets [WALLETS_UPDATE], [WALLETS_DELETE] and [WALLETS_UTXO] capabilities.

Acceptance Criterias


Development Plan

See Acceptance criteria.

PR

Number Base
#356 develop

QA

Criteria Coverage
1. All capabilities where covered except for WALLETS_DELETE_07, WALLETS_UPDATE_07 which can be potentially covered in integration tests after #285
2. All integration tests have reference to its corresponding capability WALLETS_DELETE, WALLETS_UPDATE or WALLETS_UTXO respectively

Additional test for UTXO proposed by @paweljakubas (https://github.com/input-output-hk/cardano-wallet/pull/356#discussion_r259242943). This will need additional work on the framework (make assertions on raw response from the API). Keeping that in mind. I will add it as a proposal on a new wiki page when we follow new dev process.


Retrospective