Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a programmatic API #48

Closed
nex3 opened this issue Mar 31, 2015 · 1 comment
Closed

Provide a programmatic API #48

nex3 opened this issue Mar 31, 2015 · 1 comment
Labels
type-enhancement A request for a change that isn't a bug
Milestone

Comments

@nex3
Copy link
Member

nex3 commented Mar 31, 2015

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.

@grouma
Copy link
Member

grouma commented Jun 15, 2018

This is quite generic and is covered by other issues.

@grouma grouma closed this as completed Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants