summaryrefslogtreecommitdiff
path: root/Lib/test/test_site.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-051-0/+44
* bpo-30108: Fix test_site setUpModule() (#1460)Victor Stinner2017-05-041-3/+7
* bpo-30108: Restore sys.path in test_site (#1197) (#1459)Victor Stinner2017-05-041-8/+21
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-12/+1
* Skip test_site if USER_SITE cannot be createdVictor Stinner2016-03-141-2/+7
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-0/+1
* Issue #10881: Fix test_site failures with OS X framework builds.Ned Deily2012-02-061-13/+13
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-1/+3
* Merged revisions 87691 via svnmerge fromÉric Araujo2011-01-031-2/+6
* Merged revisions 87508 via svnmerge fromR. David Murray2010-12-271-0/+2
* Merged revisions 87501 via svnmerge fromR. David Murray2010-12-271-3/+7
* Merged revisions 87497 via svnmerge fromR. David Murray2010-12-261-0/+48
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-9/+9
* Merged revisions 84134 via svnmerge fromEzio Melotti2010-08-171-2/+2
* test_site was failing under darwin for non-framework builds because a test wasBrett Cannon2010-05-131-1/+2
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-2/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-6/+6
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-0/+8
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-2/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+2
* 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