]> granicus.if.org Git - python/commit
- Added "testfile" function, a simple function for running & verifying
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Sun, 19 Sep 2004 17:19:33 +0000 (17:19 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Sun, 19 Sep 2004 17:19:33 +0000 (17:19 +0000)
commit052d0cd291ca0f447fe7c8bf5ad30cbb1ad8de8f
treec0fa5c54ea09988176a0bda38677ae513c7cbdfd
parent1be1a79ff996cda1c5f780d2409406d6ba88b36d
- Added "testfile" function, a simple function for running & verifying
  all examples in a given text file. (analagous to "testmod")
- Minor docstring fixes.
- Added module_relative parameter to DocTestFile/DocTestSuite, which
  controls whether paths are module-relative & os-independent, or
  os-specific.
Lib/doctest.py
Lib/test/test_doctest.py