-
Notifications
You must be signed in to change notification settings - Fork 2
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
[frozen] pyDKB.dataflow.stage tests #196
Open
Evildoor
wants to merge
28
commits into
pyDKB
Choose a base branch
from
pyDKB-tests
base: pyDKB
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.
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4c1c44a
Added command line arguments tests.
Evildoor e1343c5
Updated a check_args method.
Evildoor 1022253
Reworked mode tests.
Evildoor 088e180
Added testing for arguments' interactions.
Evildoor 339c3ca
Improved check_args method.
Evildoor 1a56cd0
Removed unnecesary redefinition.
Evildoor dcbdeab
Reworked modes handling.
Evildoor 3eaa413
Added long versions for eop and eom testing.
Evildoor 1565684
Improved consistency: short version before long.
Evildoor be922c9
Added input files test.
Evildoor aa90f7c
Removed short version of override tests.
Evildoor cf56b0c
Moved override_hdfs_mode definition into a loop.
Evildoor 8a37c7d
Improved readability in testing hdfs overrides.
Evildoor 324978c
Moved repeating args definition into setUp().
Evildoor fdb498a
Added tests for config argument.
Evildoor 42877e2
Improved config tests.
Evildoor 9dc9aa0
Added 'incorrect' tests for mode, source and dest.
Evildoor 19ca409
Improved the functions with 'short' argument.
Evildoor c3e4810
Updated tests for correct config.
Evildoor c81a096
Merge remote-tracking branch 'origin/pyDKB' into pyDKB-tests
Evildoor f795e24
Adapt tests to pyDKB changes.
Evildoor 77ef71b
Add empty EOM tests.
Evildoor 1d4feb2
Change value used to trigger an error.
Evildoor b5d6842
Rename a variable to improve readability.
Evildoor 38a383e
Add raw strings processing test.
Evildoor c99f4c6
Replace repeating assignments with dict.update().
Evildoor e1df893
Add missing return value description.
Evildoor 7dad261
Divide test_ProcessorStage.py per how-to: tests.
Evildoor 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
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.
Maybe name it
expected_args
(orexp_args
)? Longer, right, but more readable... it`s just now it makes me remid myself every now and then how it is used.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.
Done.