Skip to content

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

Open
gwengullett wants to merge 10 commits intopindropsecurity:masterfrom
gwengullett:master
Open

My take on your back end challenge for your consideration#9
gwengullett wants to merge 10 commits intopindropsecurity:masterfrom
gwengullett:master

Conversation

@gwengullett
Copy link
Copy Markdown

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