Change HelperTest to JUnit4 and remove example test class #1132

Merged
kekkyojin merged 1 commit from ignore_helpertest into master 2021-02-16 17:02:48 +01:00
kekkyojin commented 2021-02-12 01:33:23 +01:00 (Migrated from github.com)

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe:

What is the current behavior?

Unit tests will fail because HelperTest should not be empty

What is the new behavior?

Unit tests will no longer fail

Other information

This PR refactors HelperTest from JUnit3 into Junit 4, so running tests will no longer run it while being empty. It is also deleting a sample unit test which is unrelated to LBRY.

## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [x] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [x] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [ ] Other - Please describe: ## What is the current behavior? Unit tests will fail because HelperTest should not be empty ## What is the new behavior? Unit tests will no longer fail ## Other information This PR refactors HelperTest from JUnit3 into Junit 4, so running tests will no longer run it while being empty. It is also deleting a sample unit test which is unrelated to LBRY.
akinwale (Migrated from github.com) approved these changes 2021-02-16 17:02:42 +01:00
akinwale (Migrated from github.com) left a comment

Looks good. Thanks.

Looks good. Thanks.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#1132
No description provided.