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

Move unit tests into 'work_test' package. #22

Merged
merged 1 commit into from
Jan 6, 2020
Merged

Conversation

fr33r
Copy link
Contributor

@fr33r fr33r commented Jan 6, 2020

Description

Moves all unit tests for both the github.com/freerware/work and github.com/freerware/work/v2 modules into a work_test package.

Rationale

All existing unit tests are mainly black box in nature, which idiomatically are placed in packages with the _test suffix in order to ensure that the tests only have access to the public interface.

Suggested Version

github.com/freerware/work —> v2.4.0
github.com/freerware/work/v2 —> v3.1.0

Example Usage

No additional features were introduced, and there were no changes to the public interface. Therefore, there is nothing to demonstrate.

@fr33r fr33r self-assigned this Jan 6, 2020
@fr33r fr33r merged commit ab0febb into master Jan 6, 2020
@fr33r fr33r deleted the freer/reorganize-tests branch January 6, 2020 04:01
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

Successfully merging this pull request may close these issues.

1 participant