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 itsmemattchung
Recipients introom, itsmemattchung, vstinner
Date 2015-04-01.21:32:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427923950.07.0.685476207127.issue23840@psf.upfronthosting.co.za>
In-reply-to
Content
Curious, 
@haypo, are you looking for a new unittest or a function within an existing unit test? Perhaps go under TestTokenize? 

1227 def test_main():
1228     from test import test_tokenize
1229     support.run_doctest(test_tokenize, True)
1230     support.run_unittest(TestTokenizerAdheresToPep0263)
1231     support.run_unittest(Test_Tokenize)
1232     support.run_unittest(TestDetectEncoding)
1233     support.run_unittest(TestTokenize)
1234     support.run_unittest(UntokenizeTest)
History
Date User Action Args
2015-04-01 21:32:30itsmemattchungsetrecipients: + itsmemattchung, vstinner, introom
2015-04-01 21:32:30itsmemattchungsetmessageid: <1427923950.07.0.685476207127.issue23840@psf.upfronthosting.co.za>
2015-04-01 21:32:30itsmemattchunglinkissue23840 messages
2015-04-01 21:32:29itsmemattchungcreate