Skip to content

Commit d32e6b8

Browse files
committed
Python tests: Make sure stdlib can be found.
1 parent 8e6c16d commit d32e6b8

File tree

1 file changed

+4
-0
lines changed
  • python/ql/test/library-tests/taint/exception_traceback

1 file changed

+4
-0
lines changed

python/ql/test/library-tests/taint/exception_traceback/test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ def foo():
2828

2929

3030
foo()
31+
32+
33+
#For test to find stdlib
34+
import os

0 commit comments

Comments
 (0)