Skip to content

Commit 1bdb63e

Browse files
Add source of unittest package
1 parent 9021a40 commit 1bdb63e

File tree

3 files changed

+466
-2
lines changed

3 files changed

+466
-2
lines changed

internal_filesystem/lib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
This /lib folder contains:
2+
23
- mip.install('github:jonnor/micropython-zipfile')
34
- mip.install("aiohttp") # easy websockets
4-
- mip.install("collections") # used by aiohttp
5-
- mip.install("unittest")
65

76
- https://github.com/micropython/micropython-lib/blob/master/micropython/aiorepl/aiorepl.py version 0.2.2 # for asyncio REPL, allowing await expressions
87

98
- https://github.com/micropython/micropython-lib/blob/master/python-stdlib/base64/base64.py version 3.3.6 # for nostr
109
- https://github.com/micropython/micropython-lib/blob/master/python-stdlib/binascii/binascii.py version 2.4.1 # for base64.py
1110
- https://github.com/micropython/micropython-lib/blob/master/python-stdlib/logging/logging.py version 0.6.2 # for About app
1211
- https://github.com/micropython/micropython-lib/blob/master/python-stdlib/shutil/shutil.py version 0.0.5 # for rmtree()
12+
- https://github.com/micropython/micropython-lib/blob/master/python-stdlib/unittest/unittest/__init__.py version 0.10.4 # for testing (also on-device)
-5.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)