flake8 is super simple - it checks your code for mistakes (undeclared vars, 
non-runnable code, etc) and pushes you to write pep8 style code.  

the only things you need to do really are:
* write a .cfg for various projects, so you can turn off some warnings
* get in the habit of running it before checkins and ALWAYS before 
merge/deploy.

In terms of unit tests, SqlAlchemy implements a lot -- as do other packages 
you use.  Take a look at their source repos -- it's the easiest way to 
learn.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to