summaryrefslogtreecommitdiff
path: root/Lib/test/test_netrc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86925 via svnmerge fromR. David Murray2010-12-021-7/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* Unconditionally opening the temp file in text mode causes this test to failJason Tishler2003-08-111-2/+5
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-1/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+2
* Whitespace normalization.Tim Peters2002-04-161-5/+4
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-221-0/+43