]> granicus.if.org Git - python/commit
Repaired a number of errors in this test:
authorTim Peters <tim.peters@gmail.com>
Fri, 31 Mar 2006 03:17:30 +0000 (03:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 31 Mar 2006 03:17:30 +0000 (03:17 +0000)
commitef57567de0783e0565e30a61b518336014d4f88c
tree5392fc6f52198894a8970365c4a77d47e394eaa6
parent176014ffad8d39820293b63bf7177a7d2953343a
Repaired a number of errors in this test:

- The doctests in decistmt() weren't run at all when
  test_tokenize was run via regrtest.py.

- Some expected output in decistmt() was Windows-specific
  (but nobody noticed because the doctests weren't getting
  run).

- test_roundtrip() didn't actually test anything when
  running the tests with -O.  Now it does.

- Changed test_roundtrip() to show the name of the input
  file when it fails.  That would have saved a lot of
  time earlier today.

- Added a bunch of comments.
Lib/test/test_tokenize.py