summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve some assertions in test_siteAntoine Pitrou2009-11-011-8/+9
* Issue #7218: Fix test_site for win32Tarek Ziadé2009-10-271-1/+1
* Don't replace sys.path in test_siteNick Coghlan2009-10-171-2/+2
* #6693: New functions in site.py to get user/global site packages paths.Tarek Ziadé2009-08-201-0/+60
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-16/+16
* Use test.test_support.EnvironmentVarGuard where tests change environment vars.Walter Dörwald2009-04-261-1/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Expand upon test_site.test_s_option to try to debug its failure.Brett Cannon2009-02-241-1/+2
* Revert debugging statements, culprit is possibly test_distutils (see #5316)Antoine Pitrou2009-02-221-2/+1
* Try to make sense of the test_site buildbot failuresAntoine Pitrou2009-02-221-1/+2
* In test_site, correctly escape backslashes in path names.Amaury Forgeot d'Arc2008-06-191-3/+3
* Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)Neal Norwitz2008-05-141-6/+1
* Implemented PEP 370Christian Heimes2008-05-061-1/+34
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-2/+1
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Fixes a bug in testing code handling .pth files that did not restore the orig...Brett Cannon2004-07-131-29/+26
* Restructure testing of .pth files. Move previous functions into a class andBrett Cannon2004-07-101-37/+82
* * Silence a test failure that resulted when test_site was run byRaymond Hettinger2004-06-271-7/+10
* Removed test_sitepackages test. Skip discovered that it only passed if PythonBrett Cannon2004-06-081-8/+0
* Refactored site.py into functions. Also moved over to using sets.Brett Cannon2004-06-051-0/+199