jlaine / qdjango

QDjango, a Qt-based C++ web framework
GNU Lesser General Public License v2.1
268 stars 96 forks source link

refactor test structure #20

Closed mbroadst closed 10 years ago

mbroadst commented 10 years ago

The changes included here allow for tests to be run in shadow builds, as well as by using "make check" rather than the custom run.py script. I've also added an expected fail for tst_qdjango in the case where an in-memory database is being used for sqlite (the default case)