We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a559c commit 6a1a8a3Copy full SHA for 6a1a8a3
tests_micropython/test.py
@@ -4,6 +4,7 @@
4
print(sys.implementation)
5
6
sys.path.insert(0, "src")
7
+sys.path.insert(0, "micropython/lib")
8
9
import os
10
0 commit comments