-
Notifications
You must be signed in to change notification settings - Fork 6
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
add nosetests #53
Merged
Merged
add nosetests #53
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
43b17a4
add nosetests
antgonza 671f4c4
QIITA_CLIENT_DEBUG_LEVEL
antgonza 80e57da
cls.rootca
antgonza 937fdd9
SERVER_CERT = %s
antgonza cb9f78f
QIITA_SERVER_CERT=$QIITA_ROOTCA_CERT
antgonza 3a38b6d
adding cls.client_secret, cls.rootca)
antgonza fa2f65d
reduce sleep time
antgonza 4c965e9
self.ca_cert
antgonza 8412f82
environ.get
antgonza 02cb634
MIN_TIME_SLEEP = 0
antgonza 9bb14da
MAX_TIME_SLEEP = 360
antgonza b0a060c
logging.CRITICAL
antgonza 4793fd2
21174 -> 8383
antgonza b1fe0af
21174 -> 8383
antgonza 6b21778
raise retry times
antgonza 04b0705
environ.get(QIITA_ROOTCA_CERT)
antgonza 991d914
installing current version in qiita
antgonza 3cc5f66
localhost->127.0.0.1
antgonza ec6f9b5
self.ca_cert
antgonza 0601510
fix test_plugin.py
antgonza 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
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
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
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
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.
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.
It's a shame we can't rename this to QIITA_ROOTCA_CERT as well.