Closes #18, refs #27 - Added documentation about test utilities.

This commit is contained in:
Benoît Bryon 2013-03-20 16:46:24 +01:00
parent 1fc008a685
commit b01fa006aa
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Contents
install
views
optimizations/index
testing
api/index
about/index
dev

7
docs/testing.txt Normal file
View file

@ -0,0 +1,7 @@
######################
Testing download views
######################
This project includes shortcuts to simplify testing.
See :py:mod:`django_downloadview.test` for details.