Files
micropython/ports/unix/variants/coverage/frzstr/frzstr_pkg2/mod.py
Jim Mussared 27abac95d8 unix: Make manifest selection match other ports.
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/.
2020-07-01 22:42:55 +10:00

5 lines
88 B
Python

# test frozen package without __init__.py
print('frzstr_pkg2.mod')
class Foo:
x = 1