blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

[TASK] Merge `*-testing-utils` crates into `*-extras` crates

Open Serial-ATA opened this issue 9 months ago • 0 comments

Overview

By the looks of it, we could just take our testing utils and move them into the extras crates. For example gadget-anvil-testing-utils becomes blueprint_evm_extra::testing.

For gadget-core-testing-utils, they can be moved into blueprint_core::testing.

In all cases, we just have a testing feature, or test-util in case testing sounds like an experimental feature.

This will remove the following crates: gadget-core-testing-utils, gadget-anvil-testing-utils, gadget-tangle-testing-utils, gadget-eigenlayer-testing-utils.

Serial-ATA avatar Mar 11 '25 19:03 Serial-ATA