mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 10:51:10 +02:00
Changes are: - The default manifest.py is moved to the variants directory (it's in "boards" in other ports). - The coverage variant now uses a custom manifest in its variant directory to add frzmpy/frzstr. - The frzmpy/frzstr tests are moved to variants/coverage/.
5 lines
88 B
Python
5 lines
88 B
Python
# test frozen package without __init__.py
|
|
print('frzstr_pkg2.mod')
|
|
class Foo:
|
|
x = 1
|