-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improving tests; smoke testing
- Loading branch information
1 parent
fbb0d4d
commit 7dfa0d1
Showing
8 changed files
with
86 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/tasks/test_transfer.test_transfer_asset_from_address_to_alias_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Successfully performed transfer. See details at https://testnet.algoexplorer.io/tx/dummy_txid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DEBUG: dummy error | ||
Error: Failed to perform transfer |
3 changes: 2 additions & 1 deletion
3
tests/tasks/test_transfer.test_transfer_invalid_receiver_account.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Error: invalid-address is an invalid account address | ||
DEBUG: `invalid-address` does not exist | ||
Error: Alias `invalid-address` alias does not exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Usage: algokit task transfer [OPTIONS] [[localnet|testnet|mainnet]] | ||
Usage: algokit task transfer [OPTIONS] | ||
Try 'algokit task transfer -h' for help. | ||
|
||
Error: Missing option '--amount' / '-a'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Usage: algokit task transfer [OPTIONS] [[localnet|testnet|mainnet]] | ||
Usage: algokit task transfer [OPTIONS] | ||
Try 'algokit task transfer -h' for help. | ||
|
||
Error: Missing option '--sender' / '-s'. |