- 01 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Ara, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
this is useful for locating supporting data files, just as it is in Python modules
-
- 04 Eki, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
the example so it does pass.
-
- 30 Eyl, 2004 1 kayıt (commit)
-
-
Edward Loper yazdı
-
- 28 Eyl, 2004 2 kayıt (commit)
-
-
Edward Loper yazdı
request. Tim says that "correct 'fuzzy' comparison of floats cannot be automated." (The motivation behind adding the new option was verifying interactive examples in Python's latex documentation; several such examples use numbers that don't print consistently on different platforms.)
-
Edward Loper yazdı
the expected output to match corresponding number literals in the actual output if their values are equal (to ten digits of precision).
-
- 27 Eyl, 2004 2 kayıt (commit)
-
-
Edward Loper yazdı
-
Edward Loper yazdı
- Fixed indentation for a verbatim block
-
- 26 Eyl, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
but not entirely obvious use case.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
on option flags; added a versionadded decoration.
-
Tim Peters yazdı
-
- 25 Eyl, 2004 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
example. Squash repeated argument descriptions. Minor rewordings.
-
Tim Peters yazdı
squashed massive duplication of common argument descriptions.
-
Tim Peters yazdı
get rid of the itemize structure.
-
Tim Peters yazdı
ELLIPSIS can be used to deal with examples that embed object addresses.
-
Tim Peters yazdı
reStructuredText format. Remove words describing the return value of testmod() and testfile() in the intro sections, since it's never useful in such simple cases.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 21 Eyl, 2004 1 kayıt (commit)
-
-
Edward Loper yazdı
- Reorganized the documentation - Shifted focus a little more towards "literate testing" - Documented new functions and classes: - testfile() - Example, DocTest - DocTestParser, DocTestFinder, DocTestRunner, OutputChecker - DocFileSuite - DebugRunner, DocTestFailure, UnexpectedException - register_optionflag()
-
- 19 Eyl, 2004 1 kayıt (commit)
-
-
Edward Loper yazdı
- Minor wording changes - Changed the docs to reflect the fact that multiple option directives can be specified on a single line (and updated the directive production list, as well).
-
- 13 Eyl, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Eyl, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
in the new docs. DocTestRunner.__run: Separate the determination of the example outcome from reporting that outcome, to squash brittle code duplication and excessive nesting.
-
- 30 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
to unittest, so make it official: new module constants COMPARISON_FLAGS and REPORTING_FLAGS, which are bitmasks or'ing together the relevant individual option flags. set_unittest_reportflags(): Reworked to use REPORTING_FLAGS, and simplified overly complicated flag logic. class FakeModule: Removed this; neither documented nor used.
-
- 26 Agu, 2004 6 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
explanation, it's easier to push the remaining insufferably anal details into a "fine print" section at the bottom.
-
Edward Loper yazdı
first failing example in each test.
-
Edward Loper yazdı
NDIFF_DIFF->REPORT_NDIFF. This establishes the naming convention that all reporting options should begin with "REPORT_" (since reporting options are a different class from output comparison options; but they are both set in optionflags).
-
Tim Peters yazdı
deleted.
-
- 25 Agu, 2004 1 kayıt (commit)
-
-
Edward Loper yazdı
a traceback message. I.e., examples that raise exceptions may no longer generate pre-exception output. This restores the behavior of doctest in python 2.3. The ability to check pre-exception output is being removed because it makes the documentation simpler; and because there are very few use cases for it.
-
- 23 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
in this section is new in 2.4, and that's all mentioned already in versionadded{} thingies at the end of the section. It hurts readability to have them after every line <wink>.
-
- 22 Agu, 2004 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
- 20 Agu, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
- 19 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-