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

Rename Integration Tests from *Test.java to *IT.java #15

Open
bmehner opened this issue Jun 13, 2012 · 0 comments
Open

Rename Integration Tests from *Test.java to *IT.java #15

bmehner opened this issue Jun 13, 2012 · 0 comments
Milestone

Comments

@bmehner
Copy link
Member

bmehner commented Jun 13, 2012

According to Maven2 convention we should rename the integration tests from *Test.java to *IT.java This way they are run during the correct phase integration-test. The Failsafe Plugin takes care of that.

We then have the possibility to start up our server mocks during pre-integration-test phase and shut them down again during post-integration-test.

Additionaly these tests are only executed during mvn install or mvn verify. The integration tests are not executed during test phase. This way we can speed up development cycles.

bmehner added a commit to bmehner/coala that referenced this issue Jul 4, 2012
…s for PDQ queries, Renamed two unit tests which were actually integration tests. Now running smoothly against the PDQ mocks :-)
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