Skip to content

refactor(core): move ef_tests to tooling folder #3248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

guha-rahul
Copy link

As part of the effort to clean up the cmd directory, moved the ef_tests directory to tooling. Updated all references to the old path.

Motivation

Description

Closes #3208

As part of the effort to clean up the cmd directory, moved the ef_tests directory to tooling. Updated all references to the old path.
@Copilot Copilot AI review requested due to automatic review settings June 19, 2025 21:27
@guha-rahul guha-rahul requested a review from a team as a code owner June 19, 2025 21:27
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR moves the ef_tests directories under cmd/ into a new tooling/ef_tests location and updates all related references.

  • Relocate state and blockchain EF test fixtures to tooling/ef_tests
  • Update workspace members and README links from cmd/ef_tests to tooling/ef_tests
  • Adjust GitHub Actions workflow to use the new tooling/ef_tests/state paths

Reviewed Changes

Copilot reviewed 7 out of 31 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tooling/ef_tests/state/.fixtures_url Added new state fixtures URL for tooling
tooling/ef_tests/blockchain/.fixtures_url Added new blockchain fixtures URL for tooling
crates/vm/levm/README.md Updated documentation links to point at tooling/ef_tests
cmd/ef_tests/state/.fixtures_url Removed old state fixtures URL
cmd/ef_tests/blockchain/.fixtures_url Removed old blockchain fixtures URL
Cargo.toml Updated workspace members to include tooling/ef_tests
.github/workflows/pr-main_levm.yaml Updated CI steps (cd, paths, and artifacts) to tooling/...

@guha-rahul guha-rahul changed the title Move ef_tests to tooling folder refactor(core): move ef_tests to tooling folder Jun 19, 2025
Co-authored-by: Copilot <[email protected]>
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.

Move ef_tests to tooling folder.
1 participant