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

Unit tests configuration issues (rely on relative path and mix testng and junit) #446

Open
boillodmanuel opened this issue Apr 26, 2017 · 1 comment

Comments

@boillodmanuel
Copy link
Contributor

Currently, the unit tests:

  • are using relative path to load test resources (could be fixed by using classpath)
  • mix testng and a bit of junit (could be fixed by using only testng)

=> on my env, using intellij, some tests fail due to relative path issue and some tests are ignored because we have to choose between testng and junit framework

PR coming.

boillodmanuel added a commit to boillodmanuel/swagger-parser that referenced this issue Apr 26, 2017
@boillodmanuel
Copy link
Contributor Author

PR: #447

boillodmanuel added a commit to boillodmanuel/swagger-parser that referenced this issue Apr 26, 2017
boillodmanuel added a commit to boillodmanuel/swagger-parser that referenced this issue Apr 26, 2017
boillodmanuel added a commit to boillodmanuel/swagger-parser that referenced this issue Apr 26, 2017
boillodmanuel added a commit to boillodmanuel/swagger-parser that referenced this issue Apr 9, 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

No branches or pull requests

1 participant