[
https://issues.apache.org/jira/browse/PIRK-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426313#comment-15426313
]
ASF GitHub Bot commented on PIRK-55:
------------------------------------
GitHub user tellison opened a pull request:
https://github.com/apache/incubator-pirk/pull/66
[PIRK-55] Move all tests under src/test directory
- Moves test files under src/test.
- Rename packages to ensure consistency with org.apache.pirk.test.
- Update pom exclusion filter.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tellison/incubator-pirk pirk-55
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/66.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #66
----
commit 0b4a49ce5b42e28d1c19077c065e67bdb575ea89
Author: Tim Ellison <[email protected]>
Date: 2016-08-18T11:39:59Z
[PIRK-55] Move all tests under src/test directory
- Moves test files under src/test.
- Rename packages to ensure consistency with org.apache.pirk.test.
- Update pom exclusion filter.
----
> Move all tests under src/test directory
> ---------------------------------------
>
> Key: PIRK-55
> URL: https://issues.apache.org/jira/browse/PIRK-55
> Project: PIRK
> Issue Type: Improvement
> Components: Test
> Reporter: Tim Ellison
> Assignee: Tim Ellison
>
> Pirk's tests are currently split across the src/test and src/main directories.
> This issue is to bring the tests together in a single place, and adopt
> org.apache.pirk.test. as the package prefix for all the project's tests.
> The consistency will make it easier for people to find the tests to run them,
> and exclude tests from implementation where required (packaging, etc).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)