diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2023-09-04 12:24:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 12:24:03 (GMT) |
| commit | f3b6608ba2b1db6ac449f656bf439bda8d66eb9f (patch) | |
| tree | cd944ce77c9c6ed20498854ca79ee2ddc024e87c /Lib/test | |
| parent | 5a3672cb39544de72963cccde9799313bab14d07 (diff) | |
| download | cpython-f3b6608ba2b1db6ac449f656bf439bda8d66eb9f.zip cpython-f3b6608ba2b1db6ac449f656bf439bda8d66eb9f.tar.gz cpython-f3b6608ba2b1db6ac449f656bf439bda8d66eb9f.tar.bz2 | |
gh-89392: Fix running test_pep646_syntax as script (GH-108875)
Diffstat (limited to 'Lib/test')
| -rw-r--r-- | Lib/test/test_pep646_syntax.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_pep646_syntax.py b/Lib/test/test_pep646_syntax.py index def313d..aac089b 100644 --- a/Lib/test/test_pep646_syntax.py +++ b/Lib/test/test_pep646_syntax.py @@ -1,4 +1,5 @@ import doctest +import unittest doctests = """ |
