-
Notifications
You must be signed in to change notification settings - Fork 35
Fix NameError #28
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
Fix NameError #28
Conversation
Fixes #24. |
@PrabhanshuAttri I have changed the test definition to assert equality with the expected value itself. Is this okay? |
@schedutron There is something wrong here. It shows all the changes I have made and your changes as well. This can mess up the git history. Can you please create a PR with just your changes? |
@schedutron Could you please take pull from dev and fix these issues? |
@PrabhanshuAttri Everything all right now? |
I think so. What was the problem? |
@PrabhanshuAttri You asked to pull from dev and fix the history issues. |
Good work. Will merge it soon. |
@PrabhanshuAttri Thanks :) |
Could you please set ret on line 62 instead of directly asserting it in line 63? |
@PrabhanshuAttri Done. |
* version 0.2.7 dev * .gitignore added (#19) * Fix NameError (#28) * Fix NameError * Fix test definition testEncodeUidSuccess * Assign ret * Version 0.2.8 (#32) * added pypi distribution dir * updated to 0.2.8 * removed irregularities in License * Add badges (#34) * [NEW] Add LICENSE badge * [NEW] Add pypi package version badge
* Merging dev: added badges (#35) * version 0.2.7 dev * .gitignore added (#19) * Fix NameError (#28) * Fix NameError * Fix test definition testEncodeUidSuccess * Assign ret * Version 0.2.8 (#32) * added pypi distribution dir * updated to 0.2.8 * removed irregularities in License * Add badges (#34) * [NEW] Add LICENSE badge * [NEW] Add pypi package version badge * Moving PyPi badge after Travis badge
* version 0.2.7 dev * .gitignore added (#19) * Fix NameError (#28) * Fix NameError * Fix test definition testEncodeUidSuccess * Assign ret * Version 0.2.8 (#32) * added pypi distribution dir * updated to 0.2.8 * removed irregularities in License * Add badges (#34) * [NEW] Add LICENSE badge * [NEW] Add pypi package version badge * Moving PyPi badge after Travis badge (#38) * Merging dev: added badges (#35) * version 0.2.7 dev * .gitignore added (#19) * Fix NameError (#28) * Fix NameError * Fix test definition testEncodeUidSuccess * Assign ret * Version 0.2.8 (#32) * added pypi distribution dir * updated to 0.2.8 * removed irregularities in License * Add badges (#34) * [NEW] Add LICENSE badge * [NEW] Add pypi package version badge * Moving PyPi badge after Travis badge * [NEW] Add 'CONTRIBUTING.md' file (#45)
No description provided.