Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit c4d9885

Browse files
committed
Include existing test corpus in sbs tests
Summary: The existing test corpus has been missing Test Plan: python3 -m test_compiler
1 parent 94fd08a commit c4d9885

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_compiler/test_sbs_stdlib.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ def test_stdlib(self):
6060

6161
LIB_PATH = path.dirname(dis.__file__)
6262
glob_test(LIB_PATH, "**/*.py", add_test)
63+
64+
LIB_PATH = path.dirname(path.dirname(__file__))
65+
glob_test(LIB_PATH, "**/testcorpus/*.py", add_test)

0 commit comments

Comments
 (0)