Message239850
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) |
|
Date |
User |
Action |
Args |
2015-04-01 21:32:30 | itsmemattchung | set | recipients:
+ itsmemattchung, vstinner, introom |
2015-04-01 21:32:30 | itsmemattchung | set | messageid: <1427923950.07.0.685476207127.issue23840@psf.upfronthosting.co.za> |
2015-04-01 21:32:30 | itsmemattchung | link | issue23840 messages |
2015-04-01 21:32:29 | itsmemattchung | create | |
|