GitHub user august782 opened a pull request: https://github.com/apache/commons-cli/pull/5
Skipping empty tests This pull request adds @Ignore to tests with purposely left empty test bodies due to the features not being implemented (the @Test is added as well due to how JUnit processes annotations and would not actually skip these tests unless they are annotated with @Test). With these ignores, 54 test cases can be skipped from execution. You can merge this pull request into a Git repository by running: $ git pull https://github.com/august782/commons-cli ignoretests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-cli/pull/5.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 #5 ---- commit fbf766fb605ce7dc0a4fe59ec44c217ec8363d69 Author: August Shi <aws...@illinois.edu> Date: 2016-06-19T21:14:46Z Skipping empty tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org