algorand / algorand/algorand-sdk-testing

Cleanup Updated Response Tests

オープン
#84 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
FDE
主要言語
Gherkin
スター
21
フォーク
35
平均マージ
15分
マージ済み PR(30日)
1

説明

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 ""

```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。