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

Break out integration tests #528

Open
christroutner opened this issue Nov 18, 2019 · 2 comments
Open

Break out integration tests #528

christroutner opened this issue Nov 18, 2019 · 2 comments
Assignees
Labels
Ready Issue is actionable

Comments

@christroutner
Copy link

Unit tests and integration tests are combined in the same files. The scope of this issue is to separate the unit and integration tests into separate files. As an added feature, integration tests will be further separated into mainnet and testnet tests.

Once complete, this will allow developers to quickly test down-stream infrastructure wrapped by rest. To test and see if any one of the multiple downstream pieces of infrastructure is misbehaving. It will also handle the separate mainnet and testnet infrastructure.

The final result is a way for the team to quickly identify issues with rest.

@christroutner christroutner self-assigned this Nov 18, 2019
@christroutner christroutner added the Ready Issue is actionable label Nov 26, 2019
@christroutner
Copy link
Author

Issue #537 should be completed before starting work on this issue.

@christroutner
Copy link
Author

I will create a feature branch, and implement this change for just the Insight Address library, to show off what the pattern would look like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Issue is actionable
Projects
None yet
Development

No branches or pull requests

1 participant