What do sqlalchemy users usually use for testing? I am willing to learn other ways to do this that are more suited to the packages.
thomas we use unittest you can see how to setup session here https://github.com/vice-versa/sacrud/blob/master/sacrud/tests/__init__.py http://pytest.org/latest/**xunit_setup.html#xunitsetup<http://pytest.org/latest/xunit_setup.html#xunitsetup> >> >> >> http://pytest.org/latest/**fixture.html<http://pytest.org/latest/fixture.html> > > but a think py.test can do all the same -- Best Regards, Panov Sergey -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
