django/docs/topics/testing
Claude Paroz 4b4524291a Converted test management command to argparse
Keeping backwards compatibility with test_runner.option_list is
tricky and would imply transforming an optparse.Option to an
argparse.Action. I choose to introduce a backwards incompatible
change because it only affects testing, not runtime behavior.
2014-06-14 13:43:39 +02:00
..
_images Fixed #20680 -- Deprecated django.utils.unittest. 2013-07-01 14:29:33 +02:00
advanced.txt Converted test management command to argparse 2014-06-14 13:43:39 +02:00
index.txt Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. 2013-12-31 08:14:09 -05:00
overview.txt Doc edits for refs #22487. 2014-06-09 12:09:16 -04:00
tools.txt Fixed #16087 -- Added ResolverMatch instance to test client response. 2014-06-13 08:50:43 -04:00