You can use a collection of tests – a test suite – to solve, or avoid, a number of problems: ... With Django's test-execution framework and assorted utilities, you can simulate ...
docs.djangoproject.com/en/dev/topics/testing/?from=olddocs mark as irrelevantEasy scripts to stage django test suite.
github.com/ericholscher/django-tests/tree/master mark as irrelevantSpecifically, testing GeoDjango applications is now the same as Testing Django ... See the Testing GeoDjango Applications in 1.1 section for more details. ...
docs.djangoproject.com/en/dev/ref/contrib/gis/testing/ mark as irrelevantThe test client is a class that can act like a simple browser for testing purposes. ... coding: utf-8 from django.test import Client, TestCase from django.core import ...
www.djangoproject.com/documentation/models/test_client/ mark as irrelevantUtilities for testing Django applications
github.com/ericholscher/django-test-utils/tree/master mark as irrelevantAutomated testing is an extremely useful weapon in the bug-killing arsenal of the modern developer. ... When refactoring or modifying code, tests serve as a guide to ensure ...
www.djangoproject.com/documentation/0.96/testing/ mark as irrelevantThe test client is a class that can act like a simple browser for testing purposes. ... from django.test import Client, TestCase class ClientTest(TestCase): fixtures ...
www.djangoproject.com/documentation/0.96/models/test_client/ mark as irrelevantFake SSL Middleware for Tests and Local Development (Python) by DrMeers 2 months, 2 weeks ago ... Testing with unmanaged models (Python) by manfre 1 year ago ...
djangosnippets.org/tags/test/ mark as irrelevantA set of custom assertions and examples for use testing django applications
github.com/garethr/django-test-extensions/tree/master mark as irrelevantOften you might encounter situation where you may need to expire cache for a POST request when user updates a field. Here is a snippet I use to expire cache for that specific key.
www.yashh.com/blog/2008/nov/08/expire-cache-specific-django-view/ mark as irrelevantCode by Will Larson. Design by Kevin Fricovsky. All Rights Reserved, 2009.
Add Findjango as Search Provider (Firefox)