[issue15907] move doctest test-data files into a subdirectory of Lib/test

Jason Robinson report at bugs.python.org
Sat Aug 2 15:29:36 CEST 2014


Jason Robinson added the comment:

Here is a patch that hopefully does what was intended. All the tests passed locally, hopefully the tests we're adapted correctly to the new location of the files. My first patch :)

I added a new "data" file 'doctest_DocFileSuite_test.txt' to Lib/test to keep the test that tests that doctest.DocFileSuite loads files from calling module path. All the old files I moved to Lib/test/doctest and adapted tests to use them from there.

----------
keywords: +patch
nosy: +ezio.melotti, jaywink
Added file: http://bugs.python.org/file36211/issue15907.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15907>
_______________________________________


More information about the Python-bugs-list mailing list