Commit 2dca35f
committed
ports/unix: Enable enum package in coverage and standard variants.
Adds enum package from micropython-lib to unix port variants:
- coverage variant: For testing metaclass and enum features
- standard variant: For general enum availability
The enum package provides Enum, IntEnum, Flag, IntFlag, StrEnum,
and auto() compatible with CPython's enum module.
Signed-off-by: Andrew Leech <[email protected]>1 parent df02766 commit 2dca35f
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments