Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
be96cf608fa656d7e53144cf85082ed5661e8c13
/
Lib
/
test
/
test_site.py
4b965f6
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
by Walter Dörwald
· 16 years ago
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
b7019d8
Expand upon test_site.test_s_option to try to debug its failure.
by Brett Cannon
· 16 years ago
b03f532
Revert debugging statements, culprit is possibly test_distutils (see #5316)
by Antoine Pitrou
· 16 years ago
13d1690
Try to make sense of the test_site buildbot failures
by Antoine Pitrou
· 16 years ago
9b69ed9
In test_site, correctly escape backslashes in path names.
by Amaury Forgeot d'Arc
· 17 years ago
40388cc
Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)
by Neal Norwitz
· 17 years ago
af748c3
Implemented PEP 370
by Christian Heimes
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
ff52286
Fix test_site to not call open('...', 'wU'), as that now raises an error.
by Michael W. Hudson
· 20 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
ee86a66
Fixes a bug in testing code handling .pth files that did not restore the original
by Brett Cannon
· 21 years ago
64a8470
Restructure testing of .pth files. Move previous functions into a class and
by Brett Cannon
· 21 years ago
ebd9522
* Silence a test failure that resulted when test_site was run by
by Raymond Hettinger
· 21 years ago
6ccc9a9
Removed test_sitepackages test. Skip discovered that it only passed if Python
by Brett Cannon
· 21 years ago
0096e26
Refactored site.py into functions. Also moved over to using sets.
by Brett Cannon
· 21 years ago