Skip to content

Commit

Permalink
add note for file per test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed May 16, 2024
1 parent c171e69 commit b79ff3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The E2E testing project is organized into several packages, each with a specific
- `config`: Provides general configuration for E2E tests, including RPC addresses for connected networks, addresses of deployed smart contracts, and account details for test transactions.
- `contracts`: Includes sample Solidity smart contracts used in testing scenarios.
- `runner`: Responsible for executing E2E tests, handling interactions with various network clients.
- `e2etests`: Houses a collection of E2E tests that can be run against the ZetaChain network.
- `e2etests`: Houses a collection of E2E tests that can be run against the ZetaChain network. Each test is implemented as a separate Go file prefixed with `test_`.
- `txserver`: A minimalistic client for interacting with the ZetaChain RPC interface.
- `utils`: Offers utility functions to facilitate interactions with the different blockchain networks involved in testing.

Expand Down
2 changes: 0 additions & 2 deletions e2e/e2etests/e2etests.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
)

// List of all e2e test names to be used in zetae2e
// TODO : E2E smoke test for abort refund
// https://github.com/zeta-chain/node/issues/1745
const (
/*
ZETA tests
Expand Down

0 comments on commit b79ff3b

Please sign in to comment.