Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions .claude/commands/fill-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ uv run fill --collect-only tests/ # Dry run: list tests wit
- These two modes are **mutually exclusive**
- Use `--generate-pre-alloc-groups` for stateful benchmarks

## Static Tests (Legacy)

- `uv run fill --fill-static-tests tests/static/` — fills YAML/JSON fillers from `ethereum/tests`
- Legacy only — do NOT add new static fillers. Use Python tests instead
- Useful to check if spec changes broke how legacy tests fill

## Fixture Formats

One test function auto-generates multiple formats: `StateFixture`, `BlockchainFixture`, `BlockchainEngineFixture`. Use `--generate-all-formats` for additional formats via 2-phase execution.
Expand Down
2 changes: 0 additions & 2 deletions packages/testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ order_fixtures = "execution_testing.cli.order_fixtures:order_fixtures"
evm_bytes = "execution_testing.cli.evm_bytes:evm_bytes"
hasher = "execution_testing.cli.hasher:main"
eest = "execution_testing.cli.eest.cli:eest"
fillerconvert = "execution_testing.cli.fillerconvert.fillerconvert:main"
groupstats = "execution_testing.cli.show_pre_alloc_group_stats:main"
extract_config = "execution_testing.cli.extract_config:extract_config"
compare_fixtures = "execution_testing.cli.compare_fixtures:main"
modify_static_test_gas_limits = "execution_testing.cli.modify_static_test_gas_limits:main"
benchmark_parser = "execution_testing.cli.benchmark_parser:main"

[tool.setuptools.packages.find]
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading