-
Notifications
You must be signed in to change notification settings - Fork 57
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
test/test_connectionConfig.py:Adds test to for connectionConfig #128
test/test_connectionConfig.py:Adds test to for connectionConfig #128
Conversation
* Added test for set_remote_auth() method
…ent-python into IncreaseTestCoverage#123
* Added `id_value` to store dummy string values * Added test for user * Added test for set_basic_auth * Added test for db_url_fragement * Added test for repo_base
* Added test for test_account() * Added test for db() * Added test for repo() * Added test for branch() * Added test for ref()
…ent-python into IncreaseTestCoverage#123
* Used secrets instead of random to generate random values.
@Cheukting will it be possible to merge the PR, the coverage bumped from 62% -> 75%. Since issue #123 would eventually need a handful of PR for other modules too. So leaving it 75% isn't that bad I guess that way I can pick up other modules other than
|
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 is wonderful work!!! Thank you so much
Closes #123