[wingide-users] Integrating with django's unit tests
Philip Gatt
gattster at gmail.com
Tue Jan 13 22:10:59 MST 2009
Does anyone know how to integrate Wing with Django's unit tests? With
my django projects, I usually run my unit tests with the following
command:
./manage.py test
I tried running unit tests within WingIDE, but the problem is that
django does some setup & cleanup work that needs to run before the
tests can be run. I'm not an expert here, but I suspect that we need
to tie WingIDE into django's test runner.
Thanks in advance,
Philip Gatt
More information about the wingide-users
mailing list