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

Add function for registering test frameworks #41

Closed
jitseniesen opened this issue Jan 1, 2017 · 0 comments
Closed

Add function for registering test frameworks #41

jitseniesen opened this issue Jan 1, 2017 · 0 comments
Assignees
Milestone

Comments

@jitseniesen
Copy link
Member

The idea is that every test framework has an associated test runner, which follows the interface of the current TestRunner class. This class will be split in two classes: PyTestTestRunner and NoseTestRunner. The plugin has a function register_test_framework which takes the name of the framework and the test runner class.

This makes it easier to extend to other frameworks like unittest (cf. #4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant