diff --git a/test/python/conftest.py b/test/python/conftest.py index 5578ce14..e42beaee 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -12,6 +12,7 @@ # Please refer to ragger/conftest/configuration.py for their descriptions and accepted values configuration.OPTIONAL.SIDELOADED_APPS = { + "aptos": "Aptos", "bitcoin": "Bitcoin", "bitcoin_legacy": "Bitcoin Legacy", "ethereum": "Ethereum", diff --git a/test/python/test_aptos.py b/test/python/test_aptos.py index 7d3b3a09..a420fb2c 100644 --- a/test/python/test_aptos.py +++ b/test/python/test_aptos.py @@ -1,11 +1,5 @@ import pytest import os - -from .apps.ton_application_client.ton_transaction import Transaction, SendMode, CommentPayload, Payload, JettonTransferPayload, NFTTransferPayload, CustomUnsafePayload, JettonBurnPayload, AddWhitelistPayload, SingleNominatorWithdrawPayload, ChangeValidatorPayload, TonstakersDepositPayload, JettonDAOVotePayload, ChangeDNSWalletPayload, ChangeDNSPayload, TokenBridgePaySwapPayload -from .apps.ton_application_client.ton_command_sender import BoilerplateCommandSender, Errors -from .apps.ton_application_client.ton_response_unpacker import unpack_sign_tx_response -from .apps.ton_utils import check_signature_validity - from .apps.exchange_test_runner import ExchangeTestRunner, ALL_TESTS_EXCEPT_MEMO_THORSWAP_AND_FEES from .apps.aptos import SW_SWAP_FAILURE, APTOS_DERIVATION_PATH from .apps import cal as cal