Skip to content

Commit 8ab1348

Browse files
committed
[Test Migration][12] Remove anchor integration tests and update script
1 parent e7a6f16 commit 8ab1348

File tree

21 files changed

+9
-161
lines changed

21 files changed

+9
-161
lines changed

Anchor.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,15 @@ cluster = "localnet"
99
wallet = "~/.config/solana/id.json"
1010

1111
[scripts]
12-
# When you run "anchor test" command, it searches for Test.toml files under the anchor_tests directory and executes them in order.
12+
# When you run the integration test command, it searches for tests under legacy-sdk/whirlpool/tests/integration (LiteSVM-based).
1313
# These tests are large and require several hours to complete.
1414
#
1515
# If you want to run only specific test cases, specify the directory where Test.toml resides using --run option.
1616
#
17-
# Example 1) Run all tests
17+
# Example Run all tests
1818
#
19-
# anchor test
20-
#
21-
# Example 2) Run only the tests for integration/token-badge
22-
#
23-
# anchor test --run anchor_tests/int/token-badge
24-
#
25-
# Example 3) Run only the tests for integration/token-badge and sdk/whirlpools/utils
26-
#
27-
# anchor test --run anchor_tests/int/token-badge --run anchor_tests/sdk/utils
19+
# yarn workspace @orca-so/whirlpools-sdk-integration test
20+
2821

2922
[test.validator]
3023
# If we use slot_per_epoch = "33", rent for Position account (216 byte) was not 0.00239424 but 0.002394239

anchor_tests/int/adaptive-fee/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/migration/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/multi-ix/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/token-badge/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/token-extensions/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/v1-ix/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/v2-ix/collect/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/v2-ix/initialize/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

anchor_tests/int/v2-ix/liquidity/Test.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)