Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0a665ce9f741ac8eac422ad56f63935727c96abf
/
Lib
/
unittest.py
d4cb56d
Convert some custom sort comparison functions to equivalent key functions.
by Raymond Hettinger
· 17 years ago
4975a1f
Minor cleanup
by Christian Heimes
· 17 years ago
4a22b5d
Patch from Georg Brandl and me for #1493 Remove unbound method objects
by Christian Heimes
· 17 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
aaaef11
Add a test for fail*AlmostEqual, including the new support for complex numbers.
by Jeffrey Yasskin
· 17 years ago
1cc5544
Extend unittest's fail*AlmostEqual methods to work on complex numbers.
by Jeffrey Yasskin
· 17 years ago
ce36ad8
Raise statement normalization in Lib/.
by Collin Winter
· 17 years ago
2b6a97e
Add the function/method name to assertRaises.
by Guido van Rossum
· 17 years ago
c1f779c
Merged revisions 56125-56153 via svnmerge from
by Guido van Rossum
· 17 years ago
1325790
Merged revisions 55795-55816 via svnmerge from
by Guido van Rossum
· 17 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 17 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
52cc1d8
Implement PEP 3115 -- new metaclass syntax and semantics.
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
81cdb4e
Patch #1388073: Make unittest.TestCase easier to subclass
by Georg Brandl
· 19 years ago
f715366
Reduce the usage of the types module.
by Raymond Hettinger
· 20 years ago
664347b
SF bug #1078905: Docs for unittest run() methods are misleading
by Raymond Hettinger
· 20 years ago
d7b6ad4
Patch #1061904 / bug #878275: give a nicer error message when someone
by Johannes Gijsbers
· 20 years ago
fafd874
Added an __iter__ method for test suites.
by Jim Fulton
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
b8d5f24
Variation of Thomas Heller's patch (722638) for improving readability
by Steve Purcell
· 21 years ago
cca3491
Another instance of the same typo.
by Steve Purcell
· 21 years ago
397b45d
Incorporated patch 819077, from George Yoshida:
by Steve Purcell
· 21 years ago
1b3c04b
Fixed bug introduced in revision 1.27
by Armin Rigo
· 21 years ago
3a01b7d
Removed redundant 'return' statement. (Issue 813159)
by Steve Purcell
· 21 years ago
3198275
Topical change: use 'startswith()' to identify test methods with a
by Steve Purcell
· 21 years ago
7e74384
- Fixed loading of tests by name when name refers to unbound
by Steve Purcell
· 21 years ago
d75e7e4
Explicitly define public symbols via __all__: see discussion with Raymond
by Steve Purcell
· 21 years ago
91dd19d
SF bug #804115: bad argument handling(unittest.py)
by Raymond Hettinger
· 21 years ago
ae5c37b
delete unused local variable (pychecker caught)
by Skip Montanaro
· 21 years ago
c377cbf
SF bug #715145: unittest.py still uses != in failUnlessEqual
by Raymond Hettinger
· 22 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
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
· 22 years ago
22dae28
Add a missing call to _strclass().
by Jeremy Hylton
· 22 years ago
dc391a6
Fix to ensure consistent 'repr' and 'str' results between Python
by Steve Purcell
· 22 years ago
824574d
Add module-wide "__metaclass__ = type", as requested by Jim Fulton.
by Steve Purcell
· 22 years ago
7616504
Fix printing plural (s or "").
by Neal Norwitz
· 22 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
· 23 years ago
656f9ec
Add missing period in docstring.
by Fred Drake
· 23 years ago
7b06570
Changed TestResult to store only the text representation of an error.
by Steve Purcell
· 23 years ago
e00dde2
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
by Steve Purcell
· 23 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