rust-lang / testing-devex-team

Home of the Rust Testing DevEx team
2 stars 0 forks source link

Custom preludes to pull in custom test harness API #6

Open epage opened 9 months ago

epage commented 9 months ago

If we want custom test harnesses to be first class, we need to be able to pull them in natural, ideally replacing #[test] when active

epage commented 9 months ago