Skip to content
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

My take on your back end challenge for your consideration #9

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

gwengullett
Copy link

100% code coverage via unittests
pep8 checked / compliant

You can run all tests and pep8 automatically using tox, I have it configured to test against Python2.7 and Python3.4 and includes coverage reporting.

I have also added sphinx documentation throughout the code and a narrative style manual. I have built the documentation in advance and committed it under docs/build/html start with index.html to view all documentation.

Documentation is split between narrative (user manual) and developer reference (autodoc, class reference).

Please let me know if you have any questions, comments, or concerns or if you want to just throw something at me or shoot me with a Nerf weapon.

Added documentation to primary working class "SummitNode".
Nailing down basic interface.
…ity of nested SummitNode objects.

 Upgraded evaluation for division, checking for zero division and chastising for it.

 Added more documentation.
Reformatted for pep8, nothing like good clean code!
…if all inputs are simple integers, integer division is used, otherwise, in mixed usage or all float-cases it will use floating point division.
Added Version
Added package level import for SummitNode
Added additional unittests for special division cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant