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

Extract TestRunner to a mixin so it can be used with alternative base classes #126

Merged
merged 5 commits into from
Sep 29, 2020

Conversation

jackton1
Copy link
Contributor

@jackton1 jackton1 commented Sep 14, 2020

@paulmelnikow
Copy link
Collaborator

Hi! Thanks for the contribution. What's the purpose of this change? To use TestRunnerMixin without DiscoverRunner?

@jackton1
Copy link
Contributor Author

Currently using https://github.com/xmlrunner/unittest-xml-reporting and wanted to extend it to include snapshot's test runner.

class TestRunner(TestRunnerMixin, XMLTestRunner):
    pass

@jackton1
Copy link
Contributor Author

@paulmelnikow ⬆️

@paulmelnikow paulmelnikow changed the title Move to use pluggable TestRunnerMixin Extract TestRunner to a mixin so it can be used with alternative base classes Sep 29, 2020
@paulmelnikow paulmelnikow merged commit 55718f2 into syrusakbary:master Sep 29, 2020
@jackton1 jackton1 deleted the patch-1 branch September 29, 2020 16:16
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

Successfully merging this pull request may close these issues.

2 participants