custom django test_runner
Hi,
I've tried to setup TS to run test from my Django 1.3 project. There is only one topic that I've found in Internet http://stackoverflow.com/questions/1091465/teamcity-for-python-django-continuous-integration
but I think this example was for older versions of django. Could you help me with custom test runner for Django 1.3?
Please sign in to leave a comment.
Hi Andrew
I managed to run it with Django 1.3 changing TEST_RUNNER parameter to
Michael