PPExtensions
PPExtensions copied to clipboard
[#47] Unittests Part1
Make sure you have checked all steps below.
GitHub Issue
Fixes #47
Checklist:
- [X] This pull request updates the documentation
- [X] This pull request changes library dependencies
- [X] Title of the PR is of format (example) : [#17] Add Issue Template
What is the purpose of this pull request?
Part 1 of Unittests
How was this change validated?
Run with these commands: ipython -c "import nose; nose.run()" AND nosetests --with-coverage --cover-package=ppextensions/
Commit Guidelines
- [X] My commits all reference GH issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message"
Can you fix the PR Quality Review checks?
@praveenkanamarlapudi done!
@pauljv92 Can you rebase and update the PR?
@praveenkanamarlapudi sure will do!