Ivan Neto
Results
6
issues of
Ivan Neto
closes #57
## What is this Python project? Pymox is mocking on steroids. It's a powerful mock object framework for Python, providing many tools to help with your unit tests so you...
sql = u'SELECT (strftime(\'%Y%W\', datetime)) AS "week", AVG("core_expense"."amount") AS "average", SUM("core_expense"."amount") AS "total" FROM "core_expense" GROUP BY strftime(\'%Y%W\', datetime), (strftime(\'%Y%W\', datetime)) ORDER BY "week" ASC' params = () When we...