Commit a500ade8 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Removed two-year-old note about testing framework being under development.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent d7dc2d39
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -25,13 +25,6 @@ The best part is, it's really easy.
This document is split into two primary sections. First, we explain how to
write tests with Django. Then, we explain how to run them.

.. admonition:: Note

    This testing framework is currently under development. It may change
    slightly before the next official Django release.

    (That's *no* excuse not to write tests, though!)

Writing tests
=============