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

review: test: don't use Junit3 classes in test suite, only use Junit4 org.junit.* #1577

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

monperrus
Copy link
Collaborator

Otherwise, IntelliJ tries to run the whole test suite with a Junit3 runner and fails badly. This prevents to run the whole test suite in IntelliJ.

(because IntelliJ infers the Junit runner from the code)

@monperrus monperrus changed the title don't use Junit3 classes in test suite review: test: don't use Junit3 classes in test suite, only use Junit4 org.junit.* Oct 12, 2017
@surli surli merged commit a082bd1 into INRIA:master Oct 13, 2017
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