Top "Django-nose" questions

Django test runner that uses nose.

Django Unit Testing taking a very long time to create test database

For some time now, my unit testing has been taking a longer than expected time. I have tried to debug …

python django django-unittest django-nose
How to run a single test or single TestCase with django-nose?

With Django's normal test runner, you can drill down to run tests in a specific app, a specific subclass of …

django unit-testing testing nosetests django-nose
Django test coverage vs code coverage

I've successfully installed and configured django-nose with coverage Problem is that if I just run coverage for ./manage.py shell …

python django unit-testing code-coverage django-nose
Django ORM - mock values().filter() chain

I am trying to mock a chained call on the Djangos model.Manager() class. For now I want to mock …

python django django-orm python-mock django-nose