We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 \
0 commit comments