- 07 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
main() function.
-
- 01 Eyl, 2006 1 kayıt (commit)
-
-
Fred Drake yazdı
- various minor cleanups for improved consistency
-
- 05 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 25 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 01 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Kas, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
test case. As Jeremy put it: "subclassing is an implementation technique, not a type declaration".
-
- 31 Ara, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
- slightly simplify a couple of examples - clean up some markup
-
- 07 Ara, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
The example code did not work and could not easily be made to work. Since the docs were already complex and the feature was not used (it took two years for the errors to surface), we decided to dedocument it entirely, leaving unittest cleaner than before.
-
- 20 Eyl, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 16 Eyl, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Reference the doctest.DocTestSuite() conversion tool.
-
- 10 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Expanded docs to have a quick start example showing how to create and run tests.
-
- 10 Şub, 2003 1 kayıt (commit)
-
-
Michael W. Hudson yazdı
-
- 29 Ara, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
equality. Note, there is another flavor that compares to a given number of significant digits rather than decimal places. If there is a demand, that could be added at a later date.
-
- 15 Ara, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Tem, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
attributes of the TestResult.
-
Fred Drake yazdı
TestResult object. Add an example of how to get even more information for apps that can use it. Closes SF bug #558278.
-
- 20 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 06 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF bug #458771.
-
- 14 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Nis, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
Added documentation for TestCase.assertRaises(). Added text for "Mapping concepts to classes", and merged it into the front matter instead of separating it into a new section. Removed use of "assert" in examples. Update the descriptions to reflect further changes from discussions on the pyunit-interest list. Added documentation for the defaultTestLoader object and the TestLoader methods. Added the assert*() names for the TestCase helper methods.
-
Fred Drake yazdı
Updated reference material substantially based on discussions on the pyunit-interest mailing list (not all changes are in the code in CVS yet).
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Added description of optional parameter to the TestSuite constructor. Added descriptions of the TestLoader and TextTestRunner classes. Added method descriptions for the TestCase class.
-
- 07 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Steve Purcell's documentation, and a lot of it is written based on using PyUnit and reading the implementation. There is more to come, but I want to get this check in before I have a disk crash or anything else bad happens.
-