-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Milestone
Description
Currently the only APIs that unittest
exposes publicly are the frontend APIs used to define tests: test()
, group()
, expect()
, and so on. However, it has a lot of backend code that would be useful for external packages to extend the platform. Plugins are the most obvious example of this, since they need to at least implement some backend classes and likely call out to other APIs, but one could also imagine something like a custom runner that spins up a long-lived server and re-runs tests when their sources change.
patkujawa-wf, andrey-zakharov, eukreign, clairesarsam-wf, evanweible-wf and 2 more
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug