Struct forc_test::ContractToTest
source · pub struct ContractToTest {
pub tests_included: BuiltPackage,
pub tests_excluded: BuiltPackage,
}Expand description
A built contract ready for test execution.
tests_included is the built pkg with the --test flag, (i.e forc build --tests).
tests_excluded is the built pkg without the --test flag (i.e forc build).
Fields§
§tests_included: BuiltPackage§tests_excluded: BuiltPackage