Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
25cb7dfb0f0c32b51a813869f4ef3ab25cba5b2a
/
Lib
/
unittest.py
c7b0769
Incorporate Skip's suggestion to use SciPy's validation test near
by Raymond Hettinger
· 22 years ago
6791137
Now that TestCase is a new-style class, change loadTestsFromModule and
by Guido van Rossum
· 23 years ago
22dae28
Add a missing call to _strclass().
by Jeremy Hylton
· 23 years ago
dc391a6
Fix to ensure consistent 'repr' and 'str' results between Python
by Steve Purcell
· 23 years ago
824574d
Add module-wide "__metaclass__ = type", as requested by Jim Fulton.
by Steve Purcell
· 23 years ago
7616504
Fix printing plural (s or "").
by Neal Norwitz
· 23 years ago
2513357
Munge the RCS keywords to avoid updates, so the version number matches that
by Fred Drake
· 23 years ago
ca9aaf3
Synch with pyunit CVS:
by Steve Purcell
· 23 years ago
202dd1e
In unconditional except clauses, don't catch KeyboardInterrupt -- it's
by Guido van Rossum
· 23 years ago
efef5da
A few formatting nits:
by Jeremy Hylton
· 24 years ago
656f9ec
Add missing period in docstring.
by Fred Drake
· 24 years ago
7b06570
Changed TestResult to store only the text representation of an error.
by Steve Purcell
· 24 years ago
e00dde2
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
by Steve Purcell
· 24 years ago
4bc8085
patch 418489 from Andrew Dalke for string format bug
by Steve Purcell
· 24 years ago
ab0648f
- Typo in message for TestCase.failIfEqual()
by Steve Purcell
· 24 years ago
613b222
Whitespace normalization.
by Tim Peters
· 24 years ago
15d8927
- New fail*() methods, and comprehensive set of assert*() synonyms
by Steve Purcell
· 24 years ago
17a781b
* Remove exc_info() kludge -- it actually messed up the Jython output
by Steve Purcell
· 24 years ago
a19a168
Whitespace normalization.
by Tim Peters
· 24 years ago
5ddd1a8
Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py
by Steve Purcell
· 24 years ago
0253820
The unittest module from PyUNIT, by Steve Purcell.
by Fred Drake
· 24 years ago