Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
923ba361d8f757f0656cfd216525aca4848e02aa
/
Lib
/
test
/
test_unittest.py
f2dfef1
Adding assertIs and assertIsNot methods to unittest.TestCase
by Michael Foord
· 16 years ago
e2942d0
Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable.
by Michael Foord
· 16 years ago
345b2fe
Better exception messages for unittest assert methods.
by Michael Foord
· 16 years ago
7558d57
Rename the actual method definitions to the official assertFoo names.
by Gregory P. Smith
· 16 years ago
2839985
The unittest.TestCase.assertEqual() now displays the differences in lists,
by Gregory P. Smith
· 16 years ago
47d9738
rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571
by Benjamin Peterson
· 16 years ago
cb2b0e4
comply with the evilJavaNamingScheme for attribute names
by Benjamin Peterson
· 16 years ago
692428e
implement test skipping and expected failures
by Benjamin Peterson
· 16 years ago
697ca3d
Issue #4444: Allow assertRaises() to be used as a context handler.
by Antoine Pitrou
· 17 years ago
2f3c16b
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
by Jeffrey Yasskin
· 18 years ago
c756d00
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
by Christian Heimes
· 18 years ago
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