algorand / go-algorand-sdk

Algorand Golang SDK

Home Page:https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Template Feature Related Cucumber Tests

tzaffi opened this issue · comments

Problem

The integration test template.feature has been removed, but various steps that only belong to this test are still present.

Solution

Remove the code associated with template.feature and no other running tests. In particular, here is a list of steps that can be removed:

  • Given a split contract with ratio to and minimum payment <min_pay>
  • When I fund the contract account
  • When I send the split transactions
  • Given an HTLC contract with hash preimage ""
  • When I fund the contract account
  • When I claim the algos
  • Given a periodic payment contract with withdrawing window <wd_window> and period
  • When I claim the periodic payment
  • Given a limit order contract with parameters <min_trade>
  • When I swap assets for algos
  • Given a dynamic fee contract with amount
  • Given I send the dynamic fee transactions

Dependencies

Testing PR algorand/algorand-sdk-testing#156 should be merged before merging the SDK PR.

Urgency

Low