summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_linecache.py
Commit message (Collapse)AuthorAgeFilesLines
* ensure the last line has a trailing newline #8782Benjamin Peterson2010-05-211-0/+12
|
* fix nameBenjamin Peterson2010-05-211-1/+1
|
* use addCleanupBenjamin Peterson2010-05-211-30/+27
|
* Fix catastrophic file opening and closing logic in test_linecacheAntoine Pitrou2010-04-181-16/+13
|
* Issue 7431: use TESTFN in test_linecache instead of trying to create aR. David Murray2009-12-031-36/+32
| | | | | file in the Lib/test directory, which might be read-only for the user running the tests.
* split unittest.py into a packageBenjamin Peterson2009-07-191-1/+1
|
* #1309567: fix linecache behavior of stripping subdirectories from paths when ↵Georg Brandl2009-05-051-0/+129
looking for relative filename matches. Also add a linecache test suite.