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

Extract common code for setting up unit test chains #4076

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

pwojcikdev
Copy link
Contributor

There was a bit of duplication of code that performs common setup of account chains needed for unit tests. It was spread around in anonymous namespaces across source files and hard to reuse and keep track of. This PR moves all that functionality to test_common/chains.

@pwojcikdev pwojcikdev merged commit 8ccee5d into nanocurrency:develop Jan 27, 2023
@pwojcikdev pwojcikdev deleted the test-chains-setup branch January 27, 2023 00:33
@thsfs thsfs added the unit test Related to a new, changed or fixed unit test label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Related to a new, changed or fixed unit test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants