diff options
author | David Lechner <david@pybricks.com> | 2022-12-13 12:08:12 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-12-14 13:38:51 +1100 |
commit | 3c2d7563d26ab457c84e6392c103bce6d2fc6e02 (patch) | |
tree | 117caf46fbd515ca622c942ca5e89a5fe01b7499 /tests/unix/mod_os.py.exp | |
parent | 958f748e53ec03c8880e9e208498de5a101362b4 (diff) |
tests/unix/mod_os: Add test for os module.
This adds a test to get coverage of the unix port-specific implementation
of the `os` module.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'tests/unix/mod_os.py.exp')
-rw-r--r-- | tests/unix/mod_os.py.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/unix/mod_os.py.exp b/tests/unix/mod_os.py.exp new file mode 100644 index 000000000..465163085 --- /dev/null +++ b/tests/unix/mod_os.py.exp @@ -0,0 +1,7 @@ +TEST_VALUE +TEST_VALUE +None +TEST_DEFAULT_VALUE +0 +True 4 +2 |