-
Notifications
You must be signed in to change notification settings - Fork 15
Improving unit tests for Aleph client commands #197
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
Draft
FunttasticLabs
wants to merge
117
commits into
aleph-im:master
Choose a base branch
from
funttastic:feature/commands-unit-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
117 commits
Select commit
Hold shift + click to select a range
d80fd03
Moving fixture to a fixture folder.
danilo-silva-funttastic a81de1d
Splitting test_commands in different test files.
danilo-silva-funttastic 120e20b
Improving test_utils.py test and applying simple best practices.
danilo-silva-funttastic 7a39210
Improving test files and adding some more new tests.
danilo-silva-funttastic 40f1ac8
Moving about tests.
danilo-silva-funttastic c2443b6
Adding unit tests for the domain command.
danilo-silva-funttastic 0bb4df0
Adding unit tests for the aggregate command.
danilo-silva-funttastic c826674
Added a test for node compute
AlvaroEFMota 97ab342
Adding unit tests for the program command (WIP).
danilo-silva-funttastic f15f6f2
Adding unit tests for the instance command.
darley-silva-funttastic 3248923
Simple change.
danilo-silva-funttastic 036fa4e
Merge branch 'aleph-master'
danilo-silva-funttastic 3f03b50
Improving unit tests.
danilo-silva-funttastic a5b3138
Improving unittests at test_aggregate.py.
darley-silva-funttastic 437ca61
Improving unit test
AlvaroEFMota 9b11505
Solving conflicts.
danilo-silva-funttastic 3c8eb94
Merge branch 'master' of github.com:FunttasticLabs/aleph-client
danilo-silva-funttastic 8e95d7c
Improving unit test files.
danilo-silva-funttastic c1c857f
Updating unit tests from domain command.
danilo-silva-funttastic 1351412
Improving unittests at test_help.py.
darley-silva-funttastic b4d19a7
Adding unit tests for the file command.
danilo-silva-funttastic 9f9ab14
Updating unit tests from instance command.
AlvaroEFMota 3ebbd32
Updating unit tests from instance command.
AlvaroEFMota bc19380
Adding unit tests for the node command.
danilo-silva-funttastic 585a043
Merge branch 'master' of github.com:FunttasticLabs/aleph-client
danilo-silva-funttastic 3bfed9b
Adding unit tests for the help command.
danilo-silva-funttastic cdee544
Improving unittests at test_message.py (wip).
darley-silva-funttastic 3888b87
Updating unit tests from program command.
AlvaroEFMota e1c5815
Added tests on test_program.py
alvaro-mota-funttastic abadc53
Improving and fixing unit tests.
danilo-silva-funttastic 2045fd9
Enabling unit test.
danilo-silva-funttastic af991d6
Fixing and improving account unit tests.
danilo-silva-funttastic 5510fe9
Fixing and improving aggregate unit tests.
danilo-silva-funttastic 74fd658
aleph test upload program passing
alvaro-mota-funttastic 8ce325a
Structuring tests for ‘messages’ command.
darley-silva-funttastic 270ae07
Restructuring tests for ‘domain’ command.
darley-silva-funttastic 999e605
Adding new test aggreate comparing the full output.
danilo-silva-funttastic dddc37a
Working with the aggregate tests.
danilo-silva-funttastic 2898693
Using fixture to get the item_hash
alvaro-mota-funttastic 8a2b772
Working on tests for the "domain" command (wip).
darley-silva-funttastic dadae47
Merge branch 'master' into feature/commands-unit-tests
danilo-silva-funttastic aedf474
Fixed a bug on calling a asybc function withou await, working on prog…
alvaro-mota-funttastic 3eeedd1
Fixed file upload test
alvaro-mota-funttastic cd72f3c
Cleaning up some tests
alvaro-mota-funttastic a6356bc
Cleaning up some tests
alvaro-mota-funttastic 9f40c8b
Cleaning up some tests
alvaro-mota-funttastic 5c84189
Removing some warnings
alvaro-mota-funttastic e4c6eaf
Possible fix to the aggregate command (needs to be reviewed).
danilo-silva-funttastic a7e6b26
Fixing test_aggregate.py unit tests. Some aspects needs review.
danilo-silva-funttastic 2089896
test message post is passing
alvaro-mota-funttastic bfdba9e
Improving and fixing test_node.py unit tests.
danilo-silva-funttastic 73958d3
Adding example ssh keys.
danilo-silva-funttastic 7bae3a6
Adding new fixture.
danilo-silva-funttastic 613b52a
Working with the instance command unit tests.
danilo-silva-funttastic a0fcaf5
Adding a dump function to the utils files.
danilo-silva-funttastic 2208dc9
Moving fixture to a fixture folder.
danilo-silva-funttastic 383d069
Splitting test_commands in different test files.
danilo-silva-funttastic 6b1969e
Improving test_utils.py test and applying simple best practices.
danilo-silva-funttastic 511fe1a
Improving test files and adding some more new tests.
danilo-silva-funttastic d087786
Moving about tests.
danilo-silva-funttastic a4b87dc
Adding unit tests for the domain command.
danilo-silva-funttastic e56facb
Adding unit tests for the aggregate command.
danilo-silva-funttastic 2417b4c
Added a test for node compute
AlvaroEFMota 191835e
Adding unit tests for the program command (WIP).
danilo-silva-funttastic 54e04bc
Adding unit tests for the instance command.
darley-silva-funttastic 6a66099
Simple change.
danilo-silva-funttastic 84c6162
Improving unit tests.
danilo-silva-funttastic 3f17b90
Improving unittests at test_aggregate.py.
darley-silva-funttastic aaab1c2
Improving unit test
AlvaroEFMota 73112bb
Improving unit test files.
danilo-silva-funttastic 921d95c
Updating unit tests from domain command.
danilo-silva-funttastic 6f06f0f
Improving unittests at test_help.py.
darley-silva-funttastic 66d0949
Adding unit tests for the file command.
danilo-silva-funttastic 25c98b9
Adding unit tests for the node command.
danilo-silva-funttastic c34a803
Updating unit tests from instance command.
AlvaroEFMota ed64d9f
Updating unit tests from instance command.
AlvaroEFMota 82ed621
Adding unit tests for the help command.
danilo-silva-funttastic 7596582
Improving unittests at test_message.py (wip).
darley-silva-funttastic fb21fd3
Updating unit tests from program command.
AlvaroEFMota 103f474
Added tests on test_program.py
alvaro-mota-funttastic 7764296
Improving and fixing unit tests.
danilo-silva-funttastic 35741ff
Enabling unit test.
danilo-silva-funttastic 43f89fc
Fixing and improving account unit tests.
danilo-silva-funttastic d377560
Fixing and improving aggregate unit tests.
danilo-silva-funttastic 74fdf60
aleph test upload program passing
alvaro-mota-funttastic bdc3032
Structuring tests for ‘messages’ command.
darley-silva-funttastic c628cf5
Restructuring tests for ‘domain’ command.
darley-silva-funttastic c174c9d
Adding new test aggreate comparing the full output.
danilo-silva-funttastic 2fb4849
Working with the aggregate tests.
danilo-silva-funttastic 372332a
Using fixture to get the item_hash
alvaro-mota-funttastic 4d487e9
Working on tests for the "domain" command (wip).
darley-silva-funttastic 6b00a46
Fixed a bug on calling a asybc function withou await, working on prog…
alvaro-mota-funttastic 8507bb0
Fixed file upload test
alvaro-mota-funttastic 399530f
Cleaning up some tests
alvaro-mota-funttastic 8d92a33
Cleaning up some tests
alvaro-mota-funttastic 85658f8
Cleaning up some tests
alvaro-mota-funttastic 3bf9a5b
Removing some warnings
alvaro-mota-funttastic 650e04a
Possible fix to the aggregate command (needs to be reviewed).
danilo-silva-funttastic eda6418
Fixing test_aggregate.py unit tests. Some aspects needs review.
danilo-silva-funttastic 232558c
test message post is passing
alvaro-mota-funttastic a1fb18e
Improving and fixing test_node.py unit tests.
danilo-silva-funttastic dcc69c8
Adding example ssh keys.
danilo-silva-funttastic 4c1236b
Adding new fixture.
danilo-silva-funttastic 43e5bee
Working with the instance command unit tests.
danilo-silva-funttastic 9705e05
Merge remote-tracking branch 'funttastic/feature/commands-unit-tests'…
MHHukiewitz 0337fc1
Merge branch 'refs/heads/master' into feature/commands-unit-tests
MHHukiewitz a427835
WIP instance tests
MHHukiewitz 5c57584
Fix tests, add specific exit codes and exit message function
MHHukiewitz f1b47d0
Fix exit_with_error_message
MHHukiewitz bfb346f
Fix message amend and add content property for non-interactive mode
MHHukiewitz e460689
Fix test_instance_delete
MHHukiewitz f7b43d9
Fix test_message_forget
MHHukiewitz 4785527
Fix update program command
MHHukiewitz ff078e8
Fix create instance command
MHHukiewitz cae2c93
Remove unnecessary account path test
MHHukiewitz 941c3e8
Allow -2 as SIGINT exit code because GH action!?
MHHukiewitz 1a1f4e3
Fix mypy issues
MHHukiewitz 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ __pycache__/* | |
.pydevproject | ||
.settings | ||
.idea | ||
*.iml | ||
tags | ||
|
||
# Package files | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.