[New-bugs-announce] [issue45208] test_pdb: test_checkline_is_not_executable() logs messages

STINNER Victor report at bugs.python.org
Wed Sep 15 09:28:33 EDT 2021


New submission from STINNER Victor <vstinner at python.org>:

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
------------

----------
components: Tests
messages: 401836
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_pdb: test_checkline_is_not_executable() logs messages
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45208>
_______________________________________


More information about the New-bugs-announce mailing list