This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ngie
Recipients eric.araujo, jcea, ngie, python-dev, vstinner
Date 2012-01-17.08:07:03
SpamBayes Score 0.008536485
Marked as misclassified No
Message-id <1326787624.96.0.385803871303.issue13500@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a unittest patch for the py3k branch.

{{{
1 items passed all tests:
  32 tests in test.test_cmd.samplecmdclass
32 tests in 19 items.
32 passed and 0 failed.
Test passed.
doctest (test.test_cmd) ... 32 tests with zero failures
test_file_with_missing_final_nl (__main__.TestAlternateInput) ... ok
test_input_reset_at_EOF (__main__.TestAlternateInput) ... ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
}}}
History
Date User Action Args
2012-01-17 08:07:05ngiesetrecipients: + ngie, jcea, vstinner, eric.araujo, python-dev
2012-01-17 08:07:04ngiesetmessageid: <1326787624.96.0.385803871303.issue13500@psf.upfronthosting.co.za>
2012-01-17 08:07:04ngielinkissue13500 messages
2012-01-17 08:07:04ngiecreate