Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix bug where test cases got reported as duplicates in IntelliJ. #55

Merged
merged 1 commit into from
Feb 16, 2020

Conversation

olafurpg
Copy link
Member

Fixes #47. Previously, the getDescription method performed
side-effects adding all the test cases as children to the suite
description. When a client such as IntelliJ called getDescription
repeated times then it appeared as if the same test started multiple
times in the IntelliJ UI.

Fixes scalameta#47. Previously, the `getDescription` method performed
side-effects adding all the test cases as children to the suite
description. When a client such as IntelliJ called `getDescription`
repeated times then it appeared as if the same test started multiple
times in the IntelliJ UI.
@olafurpg olafurpg merged commit 38cf0b0 into scalameta:master Feb 16, 2020
@olafurpg olafurpg deleted the duplicate-ij branch February 16, 2020 17:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests duplication in IDEA console
1 participant