- c6fa90c fix typo in unittest docs (closes #26046) by Benjamin Peterson · 10 years ago
- c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 10 years ago
- 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
- 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
- 3995421 #24548: replace dead link with pointer to archive.org. by R David Murray · 10 years ago
- bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
- 87d415f Issue #23125: Update nose project page link. by Berker Peksag · 11 years ago
- 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
- 0d1e44b #18566: Whitespace by Terry Jan Reedy · 11 years ago
- e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
- 94fb85e Issue #21170: Removed invalid parameter names from unittest doc. by Terry Jan Reedy · 11 years ago
- 8de2118 #20030: doc that TestLoader.discover returns a TestSuite. by R David Murray · 11 years ago
- 5851218 #17282: Document unittest.main defaultTest argument. by R David Murray · 12 years ago
- f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 12 years ago
- 36c3368 #18951: use consistent names in unittest docs. by Ezio Melotti · 12 years ago
- ad54307 #18895: split a sentence in unittest docs. by Ezio Melotti · 12 years ago
- 2676583 #18894: remove mention of deprecated fail* methods. by Ezio Melotti · 12 years ago
- d599142 #18663: document that assertAlmostEqual also works when the values are equal and add tests. by Ezio Melotti · 12 years ago
- 8d75003 Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. by Terry Jan Reedy · 12 years ago
- 183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. by Ezio Melotti · 12 years ago
- 352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
- ff0deb0 Fix markup in unittest doc. by Ezio Melotti · 12 years ago
- 79b2dba Fix markup in unittest docs. by Ezio Melotti · 12 years ago
- 13cee16 Issue #17203: add long option names to unittest discovery docs. by Chris Jerdonek · 12 years ago
- 6bb9c73 Add missing comma. by Ezio Melotti · 13 years ago
- 30abb3a #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 13 years ago
- 217e6a6 Fix markup in unittest doc. by Ezio Melotti · 13 years ago
- 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
- 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 14 years ago
- 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 14 years ago
- 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
- aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
- a7cbe28 Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 14 years ago
- c3ab30b Fix typo. by Ezio Melotti · 14 years ago
- 3cbb66b Use simpler assert in basic example. by Ezio Melotti · 14 years ago
- dd7c593 Backport from 3.x several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
- 9e1ed47 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
- 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
- a8132ec Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge from by Éric Araujo · 15 years ago
- 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
- 8dde201 Documentation updates for issues 8302 and 8351 (truncating excessive diffs in unittest failure messages and reporting SkipTest exceptions in setUpClass and setUpModule as skips rather than errors). by Michael Foord · 15 years ago
- 4a76905 Fix typo. by Stefan Krah · 15 years ago
- 6f635f4 Consolidate deprecation messages. by Georg Brandl · 15 years ago
- 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
- 8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. by Michael Foord · 15 years ago
- 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 15 years ago
- 5453366 Fix typos by Andrew M. Kuchling · 15 years ago
- fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 15 years ago
- 47b5440 Adding versionadded to various new unittest functions in documentation by Michael Foord · 15 years ago
- 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
- fa900d4 typo by Barry Warsaw · 15 years ago
- 90aae55 #8360: skipTest was added in 2.7. by Georg Brandl · 15 years ago
- efc2f49 Correction of unittest documentation typos and omissions by Michael Foord · 15 years ago
- d341ec8 Further documentation fix for unittest.rst by Michael Foord · 15 years ago
- c5ff3f6 Furterh documentation fix for unittest.rst by Michael Foord · 15 years ago
- 3165503 Documentation fixes for unittest by Michael Foord · 15 years ago
- 5543035 Document signal handling functions in unittest.rst by Michael Foord · 15 years ago
- ddb20df Adding documentation for new unittest.main() parameters by Michael Foord · 15 years ago
- 09e2980 unittest documentation formatting changes by Michael Foord · 15 years ago
- ba097ec Documenting new features in unittest by Michael Foord · 15 years ago
- 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
- 08090bf Improve the basic example. by Raymond Hettinger · 15 years ago
- 68beef6 Pep8ify test names in the examples. by Ezio Melotti · 15 years ago
- db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
- 7b5aa46 Doc fix for unittest. by Michael Foord · 16 years ago
- fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 16 years ago
- dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 16 years ago
- 1c7c730 #7864: make deprecation notices a bit clearer. by Georg Brandl · 16 years ago
- ba7732e Minor doc change. by Michael Foord · 16 years ago
- fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 16 years ago
- 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 16 years ago
- 1c43001 Closes issue 7030. by Michael Foord · 16 years ago
- 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 16 years ago
- e70c72c Minor modification to unittest documentation. by Michael Foord · 16 years ago
- 7b4e02c #7765: typos by Ezio Melotti · 16 years ago
- 5afe42b remove wrong markup by Ezio Melotti · 16 years ago
- 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
- f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
- 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 16 years ago
- dc0460a Remove an extraneous space in unittest documentation. by Michael Foord · 16 years ago
- e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 16 years ago
- c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
- e2a7798 issue 6275 by Kristján Valur Jónsson · 16 years ago
- c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 16 years ago
- d198b76 Fix markup. by Georg Brandl · 16 years ago
- 2fcd173 Rewrap a few long lines. by Georg Brandl · 16 years ago
- b09f198 Move the basic examples section back to the beginning. by Raymond Hettinger · 16 years ago
- b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
- 176a56c make class skipping decorators the same as skipping every test of the class by Benjamin Peterson · 16 years ago
- 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
- 07ef487 by Michael Foord · 16 years ago
- e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
- 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
- 9bc6682 #5848: small unittest doc patch. by Georg Brandl · 16 years ago
- 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
- 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
- 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
- f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
- 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
- 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago