algorand / algorand/algorand-sdk-testing

Cleanup Updated Response Tests

Abierto
#84 0 comentarios 0 reacciones 0 asignados Ver en GitHub
FDE
Lenguaje dominante
Gherkin
Estrellas
21
Forks
35
Merge medio
15 min
PR fusionados (30 d)
1

Descripción

We had to create a couple new steps to add parameters to existing steps without breaking old stuff:
```
@unit.indexer.rekey
Scenario Outline: LookupAssetTransactions path for rekey
When we make a Lookup Asset Transactions call against asset index with NotePrefix "" TxType "" SigType "" txid "" round minRound maxRound limit beforeTime "" afterTime "" currencyGreaterThan currencyLessThan address "

" addressRole "" ExcluseCloseTo "" RekeyTo ""
```

`When we make a Lookup Asset Transactions...` now has an implementation with/without `RekeyTo ""`.

We could migrate the original `LookupAssetTransactions path for rekey` to the new implementation, and tag the old one with `@deprecated`. In the future once all of our SDKs have implemented the new step we can delete the old one and remove ` @unit.indexer.rekey`

Repeat this for all of the new "call endpoint with parameters" steps.

When we make a Lookup Asset Transactions call against asset index with NotePrefix "" TxType "" SigType "" txid "" round minRound maxRound limit beforeTime "" afterTime "" currencyGreaterThan currencyLessThan address "

" addressRole "" ExcluseCloseTo "" RekeyTo ""

When we make a Lookup Account Transactions call against account "" with NotePrefix "" TxType "" SigType "" txid "" round minRound maxRound limit beforeTime "" afterTime "" currencyGreaterThan currencyLessThan assetIndex rekeyTo ""

When we make a Search Accounts call with assetID limit currencyGreaterThan currencyLessThan round and authenticating address ""

When we make a Search For Transactions call with account "" NotePrefix "" TxType "" SigType "" txid "" round minRound maxRound limit beforeTime "" afterTime "" currencyGreaterThan currencyLessThan assetIndex addressRole "" ExcluseCloseTo "" rekeyTo ""

```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.