🧪(gentest): add testing to ci for the gentest cli #860
Labels
scope:gentest
Scope: Changes to gentest CLI command
type:test
Type: Add/refactor fw unit tests; no fw or el client test case changes
The
gentest
CLI currently has no test coverage - it could break at any time (perhaps due to changes inethereum_test_rpc
).While we can see whether we can also add some unit tests for
gentest
, I would prioritize an end-to-end test that generates tests and then fills (and potentially consumes) them.Few considerations for CI:
gentest
requires a full-node RPC endpoint and will require secrets in CItox
/tox_verify.yaml
or have a dedicated Workflow? Perhaps add a newgentest
environment in totox.ini
, but don't run it by default, it must be called viauvx --with=tox-uv tox -e gentest
?The text was updated successfully, but these errors were encountered: