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

blockchain: Consolidate tests into the main package. #1077

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Feb 24, 2018

This requires PR #1076. (now merged)

Putting the test code in the same package makes it easier for forks since they don't have to change the import paths as much and it also gets rid of the need for internal_test.go to bridge.

Copy link
Member

@dajohi dajohi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@davecgh davecgh force-pushed the blockchain_consolidate_tests branch 4 times, most recently from beadc26 to f6702e8 Compare February 26, 2018 00:56
Putting the test code in the same package makes it easier for forks
since they don't have to change the import paths as much and it also
gets rid of the need for internal_test.go to bridge.
@davecgh davecgh force-pushed the blockchain_consolidate_tests branch from f6702e8 to 8c69c29 Compare February 26, 2018 01:02
@davecgh davecgh merged commit 8c69c29 into decred:master Feb 26, 2018
@davecgh davecgh deleted the blockchain_consolidate_tests branch February 26, 2018 01:20
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.

2 participants