Content-Length: 292871 | pFad | http://github.com/micropython/micropython-lib/commit/2c994fe12e30f3558283a5ecb90504cff45529dc
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edf766 commit 2c994feCopy full SHA for 2c994fe
python-stdlib/enum/manifest.py
@@ -1,3 +1,3 @@
1
-metadata(version="0.0.1")
+metadata(version="1.0.0")
2
3
module("enum.py")
python-stdlib/enum/enum_test.py renamed to python-stdlib/enum/test_enum.py
@@ -84,3 +84,5 @@ class State(Direction):
84
assert int(str(State(State.Ready))) != State.Disabled
85
print("will raise exception")
86
del state.Triggered
87
+
88
+print("OK")
tools/ci.sh
@@ -54,7 +54,7 @@ function ci_package_tests_run {
54
python-stdlib/base64/test_base64.py \
55
python-stdlib/binascii/test_binascii.py \
56
python-stdlib/collections-defaultdict/test_defaultdict.py \
57
- python-stdlib/enum/enum_test.py \
+ python-stdlib/enum/test_enum.py \
58
python-stdlib/functools/test_partial.py \
59
python-stdlib/functools/test_reduce.py \
60
python-stdlib/heapq/test_heapq.py \
Fetched URL: http://github.com/micropython/micropython-lib/commit/2c994fe12e30f3558283a5ecb90504cff45529dc
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments