HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
395 stars 61 forks source link

Respect TEST_RUNNER #9

Closed sirex closed 12 years ago

sirex commented 12 years ago

Respect settings.TEST_RUNNER setting: https://docs.djangoproject.com/en/dev/ref/settings/#test-runner

sfllaw commented 12 years ago

I believe that this can be closed now.