Message170204
| 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:59 | chris.jerdonek | set | recipients:
+ chris.jerdonek, r.david.murray |
| 2012年09月10日 17:00:59 | chris.jerdonek | set | messageid: <1347296459.35.0.660655246065.issue15907@psf.upfronthosting.co.za> |
| 2012年09月10日 17:00:58 | chris.jerdonek | link | issue15907 messages |
| 2012年09月10日 17:00:58 | chris.jerdonek | create |
|