monetizeio / sqlalchemy-orm-tree

An implementation for SQLAlchemy-based applications of the nested-sets/modified-pre-order-tree-traversal technique for storing hierarchical data in a relational database.
Other
54 stars 10 forks source link

Don't cover tests/__init__, __init__, __about__ or _compat. #16

Closed tony closed 10 years ago

tony commented 10 years ago

This will bump our coverage up.

tony commented 10 years ago

@maaku : Glorious. So let's see what we got clean code PEP8'd, imports to the root of the package, readthedocs site, API documentation, test coverage. Permissive license. We're in tip top shape.

screen shot 2014-03-21 at 11 53 36 am

A kingly python module. Next up is #2, #3.

As I study this module, I want document where possible so gains I make wrapping my brain around this are consolidated in docs for others.

What would be tight is if you were to be able to make a branch with farey fractions #4.