Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
75b32c9c76f96eb5027f5087bbeb7c5f8ccd500e
/
Lib
/
test
/
test_timeout.py
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
85fc3c1
Try to get this test to be less flaky. It was failing sometimes because
by Neal Norwitz
· 17 years ago
1f2995b
Try to make this test a little more robust and not fail with:
by Neal Norwitz
· 17 years ago
a29fc29
Try to fix several networking tests. The problem is that if hosts have
by Neal Norwitz
· 19 years ago
cb28419
Make test_timeout not fail on systems with no dots in their fqdn.
by Thomas Wouters
· 19 years ago
993633c
Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as
by Thomas Wouters
· 19 years ago
8749316
Try to find a host that responds slower from python.org so this test does not fail on macteagle (G4 OSX.4 in buildbot)
by Neal Norwitz
· 19 years ago
d5b6715
This should get test_timeout to pass when running on any python.org host. Will backport
by Neal Norwitz
· 19 years ago
d09d966
Changes the remote address used for tests in TimeoutTestCase from google.com to
by Brett Cannon
· 21 years ago
01e80b4
fix a poorly worded error message
by Anthony Baxter
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
126f2b7
Avoid creating one of the TestSuite objects.
by Fred Drake
· 22 years ago
55b61d2
Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource
by Neal Norwitz
· 22 years ago
14821c5
Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures
by Tim Peters
· 22 years ago
996acf1
Actually run these tests from regrtest.py.
by Neal Norwitz
· 22 years ago
6e81318
testConnectTimeout(): set the timeout to a smaller value; 0.02
by Guido van Rossum
· 23 years ago
ae46931
Standardize behavior: no docstrings in test functions.
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
654c11e
Temporarily disable the timeout and socket tests.
by Guido van Rossum
· 23 years ago
11ba094
Major overhaul of timeout sockets:
by Guido van Rossum
· 23 years ago
28774da
Docstring, layout and style tweaking. Increase fuzz to 1 second.
by Guido van Rossum
· 23 years ago
aa6a664
Add some more basic tests to validate the argument checking of
by Guido van Rossum
· 23 years ago
24e4af8
New test suite for the socket module by Michael Gilfix.
by Guido van Rossum
· 23 years ago
67f7a38
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
by Guido van Rossum
· 23 years ago