From b01fa006aa3a86804b26c9c15da65e92e8a0a363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Wed, 20 Mar 2013 16:46:24 +0100 Subject: [PATCH] Closes #18, refs #27 - Added documentation about test utilities. --- docs/index.txt | 1 + docs/testing.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/testing.txt diff --git a/docs/index.txt b/docs/index.txt index e29873d..060f0f5 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -12,6 +12,7 @@ Contents install views optimizations/index + testing api/index about/index dev diff --git a/docs/testing.txt b/docs/testing.txt new file mode 100644 index 0000000..94118ac --- /dev/null +++ b/docs/testing.txt @@ -0,0 +1,7 @@ +###################### +Testing download views +###################### + +This project includes shortcuts to simplify testing. + +See :py:mod:`django_downloadview.test` for details.