This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, r.david.murray
Date 2012-09-10.17:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347296459.35.0.660655246065.issue15907@psf.upfronthosting.co.za>
In-reply-to
Content
doctest currently has 8 "data" files used for testing that are spread across Lib/test (in addition to the main test files test_doctest.py and test_doctest2.py):

doctest_aliases.py
sample_doctest.py
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
test_doctest.txt
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt

This issue is to move these files into a common subdirectory of Lib/test (e.g. Lib/test/doctest).  This will simplify the organization of doctest's tests (e.g. by making the supporting files easier to discover) and reduce clutter in the main test directory.

Note that test_zipimport_support (and perhaps also test_pyclbr) will also require changes.

This issue came out of discussions with R. David Murray in the context of working on issue 14649.
History
Date User Action Args
2012-09-10 17:00:59chris.jerdoneksetrecipients: + chris.jerdonek, r.david.murray
2012-09-10 17:00:59chris.jerdoneksetmessageid: <1347296459.35.0.660655246065.issue15907@psf.upfronthosting.co.za>
2012-09-10 17:00:58chris.jerdoneklinkissue15907 messages
2012-09-10 17:00:58chris.jerdonekcreate