Skip to content

Conversation

@adamgall
Copy link
Collaborator

Fixes #128

Moved ERC20 test files from test/ERC20/ to test/token/ERC20/ERC20/ to follow a more structured organization that groups token-related tests together.

Files moved:

  • test/ERC20/ERC20Facet.t.sol -> test/token/ERC20/ERC20/ERC20Facet.t.sol
  • test/ERC20/LibERC20.t.sol -> test/token/ERC20/ERC20/LibERC20.t.sol
  • test/ERC20/harnesses/ERC20FacetHarness.sol -> test/token/ERC20/ERC20/harnesses/ERC20FacetHarness.sol
  • test/ERC20/harnesses/LibERC20Harness.sol -> test/token/ERC20/ERC20/harnesses/LibERC20Harness.sol

This change improves test organization by grouping all token standards under a common parent directory, making it easier to navigate and maintain as more token standards are added.

Moved ERC20 test files from test/ERC20/ to test/token/ERC20/ERC20/ to follow
a more structured organization that groups token-related tests together.

Files moved:
- test/ERC20/ERC20Facet.t.sol -> test/token/ERC20/ERC20/ERC20Facet.t.sol
- test/ERC20/LibERC20.t.sol -> test/token/ERC20/ERC20/LibERC20.t.sol
- test/ERC20/harnesses/ERC20FacetHarness.sol -> test/token/ERC20/ERC20/harnesses/ERC20FacetHarness.sol
- test/ERC20/harnesses/LibERC20Harness.sol -> test/token/ERC20/ERC20/harnesses/LibERC20Harness.sol

This change improves test organization by grouping all token standards under
a common parent directory, making it easier to navigate and maintain as more
token standards are added.
@github-actions
Copy link

Coverage Report

Coverage

Metric Coverage Details
Lines 32% 301/931 lines
Functions 47% 71/152 functions
Branches 18% 31/169 branches

Last updated: Sun, 26 Oct 2025 20:48:04 GMT for commit 46cd860

@mudgen
Copy link
Contributor

mudgen commented Oct 26, 2025

Yes, good idea.

@mudgen mudgen merged commit 5565b94 into Perfect-Abstractions:main Oct 26, 2025
3 checks passed
@adamgall adamgall deleted the erc20-test-file-structure branch October 26, 2025 20:56
JackieXu pushed a commit to JackieXu/Compose that referenced this pull request Nov 6, 2025
…file-structure

refactor: reorganize ERC20 tests into token directory structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Testing]: Reorganize token test files into structured directory hierarchy

2 participants