]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18266: test_largefile now works with unittest test discovery and
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Jul 2013 10:42:24 +0000 (13:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Jul 2013 10:42:24 +0000 (13:42 +0300)
commitc406a121f7f43772752012119b4b65df4b68d707
tree4bddf724fce31d3c0021150c8683c52d2cf77edd
parent880254e22235280cbbd5d5cb4474e822741f61f1
Issue #18266: test_largefile now works with unittest test discovery and
supports running only selected tests.  Patch by Zachary Ware.
Lib/test/test_largefile.py
Misc/NEWS