[issue37668] Allow individual test to be specified by "#" or "."

2019-07-28 Thread Michael Foord
Change by Michael Foord : -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I don't think this change should be made. I recommend closing this request. -- nosy: +rhettinger ___ Python tracker ___

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Zackery Spytz
Zackery Spytz added the comment: I don't think this change should be made. -- nosy: +ZackerySpytz ___ Python tracker ___ ___

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Why you can not use "."? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: If I understand the patch correctly this is is the behavior of the patch ./python.exe -m unittest test#test_keyword ... -- Ran 7 tests in 0.001s OK Do you have a good use case

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread mental
Change by mental : -- nosy: +ezio.melotti, michael.foord, rbcollins ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Hasan Diwan
New submission from Hasan Diwan : The attached patch allows for individual tests to be specified using a #. Existing tests still pass: == Tests result: SUCCESS == All 40 tests OK. Total duration: 4 min 15 sec Tests result: SUCCESS -- components: Tests files: python.pat messages: