This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Add unit test for load_config.py#326
Merged
carsonwang merged 6 commits intoIntel-bigdata:6.0from Oct 24, 2016
Merged
Conversation
Contributor
|
@gczsjdy hi |
Contributor
|
test comment |
added 4 commits
October 20, 2016 00:55
…load_config module
310fe32 to
66fa97b
Compare
carsonwang
pushed a commit
to carsonwang/HiBench
that referenced
this pull request
Nov 7, 2016
* Add unit test for load_config.py * Modify the unittest to use Python mock instead of touching fake files * Wipe out the bad import use: from MODULE import * * Add unittest for probe_hadoop_test_example using mock library * Add unittest functions which read conf files as expected answers for load_config module * Beautify the code using autopep8
carsonwang
pushed a commit
that referenced
this pull request
Nov 8, 2016
* Add unit test for load_config.py * Modify the unittest to use Python mock instead of touching fake files * Wipe out the bad import use: from MODULE import * * Add unittest for probe_hadoop_test_example using mock library * Add unittest functions which read conf files as expected answers for load_config module * Beautify the code using autopep8
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
test 2nd