Andrew Berkowitz
Andrew Berkowitz
Tagging @dblock, because I encountered this situation using his library [slack-ruby-bot-server](https://github.com/slack-ruby/slack-ruby-bot-server), and he is probably the best person to opine on whether: this is a good solution, or there even...
I would be interested in rewriting tests.py using python's [built-in](https://docs.python.org/3/library/unittest.html) unit test framework. Would this be helpful?
I am currently implementing a query builder in my fork [here](https://github.com/aberkowitz/python-sqlite-orm/tree/query_builder) It is a WIP and the update() method is unimplemented, and there are no tests/docs yet ## Current Syntax...