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

Fix issue #3254 #3273

Merged
merged 2 commits into from Sep 7, 2018
Merged

Conversation

sebastianfeldmann
Copy link
Sponsor

This pull request has to commits.
The first one adds a unit test that reproduces the issue #3254
The second one fixes the issue by making sure the processSuiteFilters method is only called for TestSuite objects.

Sebastian Feldmann added 2 commits September 7, 2018 16:00
Make sure the 'processSuiteFilters' method is only called
for 'TestSuite' objects not for 'Test' objects. To achieve this,
the 'processSuiteFilters' method call got  moved to an existing
type check.

Fix issue sebastianbergmann#3254
@sebastianbergmann sebastianbergmann merged commit d8bdb50 into sebastianbergmann:6.5 Sep 7, 2018
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.

None yet

2 participants