-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
A-community-libraryArea: The RFC is related to a community library.Area: The RFC is related to a community library.T-dev-toolsRelevant to the development tools team, which will review and decide on the RFC.Relevant to the development tools team, which will review and decide on the RFC.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
Description
The compiler currently supports the --test
compiler flag which will create a binary linked to the distributed test
crate. The crate, however, is quite simplistic. There are a good number of possible extensions to the testing infrastructure which we'd love to have but the internal test
crate may not be the best place for them.
It would be great if the compiler had an interface such that a custom test framework was supported. This could perhaps be a plugin, or it could perhaps be some other custom method. The resulting strategy should likely also have some Cargo integration to make using custom test frameworks as seamless as possible.
Some related topics (feel free to add more!)
jsgf, robinst, frewsxcv, PSeitz, bbigras and 12 more
Metadata
Metadata
Assignees
Labels
A-community-libraryArea: The RFC is related to a community library.Area: The RFC is related to a community library.T-dev-toolsRelevant to the development tools team, which will review and decide on the RFC.Relevant to the development tools team, which will review and decide on the RFC.T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.