micropython-lib/os/test_dirs.py

7 wiersze
84 B
Python

import os
l = os.listdir()
print(l)
assert "test_listdir.py" in l
assert "os" in l