-
Notifications
You must be signed in to change notification settings - Fork 124
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
testing (dot) create dot unit tests #1980
Closed
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
6b61943
move build_spec_tests
edwardmack d12b7c2
added file
edwardmack 2346cd9
move config_tests
edwardmack 9ac48f4
move import_tests
edwardmack f10a4db
move node_tests
edwardmack 8cafe33
move services_tests
edwardmack 9042ce9
fix name
edwardmack 1254342
move utils_tests
edwardmack 035398c
Merge branch 'development' into ed/dot_tests_to_integration
edwardmack 974b3b2
add build_spec unit tests
edwardmack e206c0c
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 73d870a
refactor tests
edwardmack 84321d7
lint
edwardmack 28ce808
generate tests stubs
edwardmack 6b3cd93
implement core config unit tests
edwardmack 357dd19
add t.Parallel to tests
edwardmack b43f571
implement tests for import.go
edwardmack 49c3add
add tests for node.go
edwardmack cecc641
implement service tests
edwardmack d5cee6c
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 3cfdf93
implement services tests
edwardmack 1c0afe5
implement utils tests
edwardmack 0a95194
add to tests
edwardmack f1034a3
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 8768a11
clean-up tests
edwardmack 829a383
clean-up created test files
edwardmack 5f871e3
address PR comments, clean-up
edwardmack 487cc39
implement NewNodeB
edwardmack 64f1d86
implement interface for new node
91dc01b
implement inteface functions for newNodeC
edwardmack 3a952a6
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 65f9df8
add mocks for newNodeIface
edwardmack bc693cb
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 6f16011
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 800e0e9
implement mocks for tests
edwardmack 89366c3
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#2104)
dependabot[bot] 2a18498
lint
edwardmack 2842ba7
feat(wasmer/crypto): move sig verifier to crypto pkg (#2057)
1garo 219ca79
remove testing NewNodeB
edwardmack e651076
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack d972258
change init keystore
edwardmack cdbe54c
remove newNodeC
edwardmack 1d05a8d
remove gomocks.Any from tests
edwardmack eeb1115
remove naked return
edwardmack c84ca41
rename e to closeErr
edwardmack ecab259
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 2830f7b
WIP save
edwardmack 1ef3897
fix Test_createGRANDPAService test to use mocks
edwardmack 29d8975
fix failing tests
edwardmack 2880f52
add to comment
edwardmack c71c873
Merge branch 'development' into ed/create_dot_unit_tests
edwardmack 5665356
test commit
edwardmack f3936af
test commit
edwardmack File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let's use named returned values, it's really useful for readers/documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.