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.