public
Description: Utilities for testing Django applications
Homepage: http://ericholscher.com/projects/django-test-utils/
Clone URL: git://github.com/ericholscher/django-test-utils.git
name age message
file LICENSE Wed Nov 12 19:58:55 -0800 2008 Added MIT License and updated readme [ericholscher]
file README Loading commit data...
directory docs/
file setup.py
directory test_utils/
README
Welcome to django-test-utils. The blog post annoucning this project has more information about it and is located at 
http://ericholscher.com/projects/django-test-utils/

Documentation for django-testmaker can be found at http://ericholscher.com/projects/django-testmaker/


TODO:

- Make a setting or a pluggable way to include arbitrary code execution on the response
  - This probably requires a data store.
  - Need to decide if these plugins can interact

Looks something like:
test_utils.register(my_func)

for func in registered_funcs:
   func(request, datastore)