﻿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 fine grained tests for doctests (allow splitting into many files)	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."		new	Tools	dev			testing		Unreviewed	0	0	0	0	0	0
