Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2b03d45bb9a26645dc06c9adfdeb5ec0b7509511
/
Lib
/
test
/
test_unittest.py
170eee9
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform.
by Kristján Valur Jónsson
· 18 years ago
ea5962f
Whitespace normalization.
by Tim Peters
· 18 years ago
d9e5026
Add some sanity checks to unittest.TestSuite's addTest(s) methods.
by Georg Brandl
· 18 years ago
15c5ce9
Patches #1550273, #1550272: fix a few bugs in unittest and add a
by Georg Brandl
· 18 years ago
fafd874
Added an __iter__ method for test suites.
by Jim Fulton
· 21 years ago