akhet generated does not work
Issue #10
new
When using 'python ./setup.py test' I get this error:
{{{ Traceback (most recent call last): File "/tmp/testapp/testapp/tests.py", line 8, in setUp self.engine = sqlahelper.add_engine(url="sqlite://") TypeError: add_engine() got an unexpected keyword argument 'url' }}}
It seems that recent sqlahelper does not have a 'url' keyword argument for add_engine().
Taking from the other templates, here's what I have now, which works well:
Sorry about the name of this bug, I meant it to say, "akhet generated tests.py does not work," but as I do not have a login, I can't edit it now.