[
https://issues.apache.org/jira/browse/WHIRR-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated WHIRR-22:
---------------------------
Attachment: WHIRR-22.patch
This patch moves integration tests to packages ending with ".integration",
these can be run with "mvn verify" (as well as setting the arguments for the
cloud provider settings). There's now a unit test for RunUrlBuilder. Tests are
run with "mvn test".
> Separate unit and integration (system) tests
> --------------------------------------------
>
> Key: WHIRR-22
> URL: https://issues.apache.org/jira/browse/WHIRR-22
> Project: Whirr
> Issue Type: Improvement
> Components: core
> Reporter: Tom White
> Fix For: 0.1.0
>
> Attachments: WHIRR-22.patch
>
>
> It should be possible to run unit and integration tests independently of one
> another. Maven doesn't appear to have a convention for where to put
> integration tests
> (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html),
> so we might use JUnit categories, or just Java packaging to segregate the
> two.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.