Skip to content

Commit

Permalink
Port Tezos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jul 26, 2023
1 parent 3ae0c94 commit 65d5ad9
Show file tree
Hide file tree
Showing 62 changed files with 54 additions and 395 deletions.
1 change: 1 addition & 0 deletions test/python/apps/exchange_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def perform_test_sell_wrong_amount(self):
_all_test_methods_prefixed = [method for method in dir(ExchangeTestRunner) if method.startswith(TEST_METHOD_PREFIX)]
# Remove prefix to have nice snapshots directories
ALL_TESTS = [str(i).replace(TEST_METHOD_PREFIX, '') for i in _all_test_methods_prefixed]
ALL_TESTS_EXCEPT_MEMO = [test for test in ALL_TESTS if not "memo" in test]
SWAP_TESTS = [test for test in ALL_TESTS if "swap" in test]
FUND_TESTS = [test for test in ALL_TESTS if "fund" in test]
SELL_TESTS = [test for test in ALL_TESTS if "sell" in test]
448 changes: 53 additions & 395 deletions test/python/test_tezos.py

Large diffs are not rendered by default.

0 comments on commit 65d5ad9

Please sign in to comment.