﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6364	Allow test runner to execute individual doctests	David Larlet	nobody	"For the moment, you can specify a test case or even a single test method in this test case but you can't use more than one doctest file easily and run tests file by file for instance.

The attached patch allow you to run doctests from your tests/ directory one by one:

{{{
python manage.py test app.doctest_filename_without_extension
}}}

Or all at once:

{{{
python manage.py test app
}}}

You just need doctests files with "".txt"" extension. Comments are welcome.

'''Update''': doctests can already be split across files using !__tests!__. However, the ability to execute tests on a fine grained level would be useful.

"		closed	Testing framework	dev		fixed	testing	Russell Keith-Magee Dan Fairs Robin David Larlet	Accepted	1	1	0	1	0	0
