mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix #21076: turn signal module constants into enums
This commit is contained in:
parent
bcc174615c
commit
e09fb7198a
7 changed files with 138 additions and 8 deletions
|
@ -2897,7 +2897,7 @@ Invalid doctest option:
|
|||
|
||||
def test_main():
|
||||
# Check the doctest cases in doctest itself:
|
||||
support.run_doctest(doctest, verbosity=True)
|
||||
ret = support.run_doctest(doctest, verbosity=True)
|
||||
# Check the doctest cases defined here:
|
||||
from test import test_doctest
|
||||
support.run_doctest(test_doctest, verbosity=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue