Right now it does things like cargo test --test contracts_{{.CONTRACT_KIND}} which works well enough as we have single files named contracts_*.rs, but starts to get unwieldy when we really want to run tests as a collection of files (but not everything, just a specific directory of grouped tests)
Right now it does things like
cargo test --test contracts_{{.CONTRACT_KIND}}which works well enough as we have single files named contracts_*.rs, but starts to get unwieldy when we really want to run tests as a collection of files (but not everything, just a specific directory of grouped tests)