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 vstinner
Recipients vstinner
Date 2021-09-15.13:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631712513.9.0.565506614817.issue45208@roundup.psfhosted.org>
In-reply-to
Content
I would prefer a quiet test:

test_checkline_is_not_executable (test.test_pdb.ChecklineTests) ... End of file
*** Blank or comment
*** Blank or comment
*** Blank or comment
*** Blank or comment
*** Blank or comment
End of file
ok

Current output:
------------
$ ./python -m test test_pdb 
0:00:00 load avg: 1.93 Run tests sequentially
0:00:00 load avg: 1.93 [1/1] test_pdb
End of file
*** Blank or comment
*** Blank or comment
*** Blank or comment
*** Blank or comment
*** Blank or comment
End of file

== Tests result: SUCCESS ==

1 test OK.

Total duration: 5.1 sec
Tests result: SUCCESS
------------
History
Date User Action Args
2021-09-15 13:28:33vstinnersetrecipients: + vstinner
2021-09-15 13:28:33vstinnersetmessageid: <1631712513.9.0.565506614817.issue45208@roundup.psfhosted.org>
2021-09-15 13:28:33vstinnerlinkissue45208 messages
2021-09-15 13:28:33vstinnercreate