File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- metadata (version = "0 .0.1 " )
1
+ metadata (version = "1 .0.0 " )
2
2
3
3
module ("enum.py" )
Original file line number Diff line number Diff line change @@ -83,4 +83,6 @@ class State(Direction):
83
83
assert int (str (State (State .Ready ))) == State .Ready
84
84
assert int (str (State (State .Ready ))) != State .Disabled
85
85
print ("will raise exception" )
86
- del state .Triggered
86
+ # del state.Triggered
87
+
88
+ print ("OK" )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function ci_package_tests_run {
54
54
python-stdlib/base64/test_base64.py \
55
55
python-stdlib/binascii/test_binascii.py \
56
56
python-stdlib/collections-defaultdict/test_defaultdict.py \
57
- python-stdlib/enum/enum_test .py \
57
+ python-stdlib/enum/test_enum .py \
58
58
python-stdlib/functools/test_partial.py \
59
59
python-stdlib/functools/test_reduce.py \
60
60
python-stdlib/heapq/test_heapq.py \
You can’t perform that action at this time.
0 commit comments