File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- metadata (version = "0 .0.1 " )
1+ metadata (version = "1 .0.0 " )
22
33module ("enum.py" )
Original file line number Diff line number Diff line change @@ -84,3 +84,5 @@ class State(Direction):
8484assert int (str (State (State .Ready ))) != State .Disabled
8585print ("will raise exception" )
8686del 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 {
5454 python-stdlib/base64/test_base64.py \
5555 python-stdlib/binascii/test_binascii.py \
5656 python-stdlib/collections-defaultdict/test_defaultdict.py \
57- python-stdlib/enum/enum_test .py \
57+ python-stdlib/enum/test_enum .py \
5858 python-stdlib/functools/test_partial.py \
5959 python-stdlib/functools/test_reduce.py \
6060 python-stdlib/heapq/test_heapq.py \
You can’t perform that action at this time.
0 commit comments