Skip to content

Commit 6a1a8a3

Browse files
committed
fix: ensure micropython/lib path is included for test execution
1 parent 49a559c commit 6a1a8a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_micropython/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
print(sys.implementation)
55

66
sys.path.insert(0, "src")
7+
sys.path.insert(0, "micropython/lib")
78

89
import os
910

0 commit comments

Comments
 (0)