Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2c994fe

Browse files
tools\ci.sh: Add test_enum.py to the CI.
Signed-off-by: Ihor Nehrutsa <Ihor.Nehrutsa@gmail.com>
1 parent 8edf766 commit 2c994fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎python-stdlib/enum/manifest.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
metadata(version="0.0.1")
1+
metadata(version="1.0.0")
22

33
module("enum.py")

‎python-stdlib/enum/enum_test.py‎ renamed to ‎python-stdlib/enum/test_enum.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ class State(Direction):
8484
assert int(str(State(State.Ready))) != State.Disabled
8585
print("will raise exception")
8686
del state.Triggered
87+
88+
print("OK")

‎tools/ci.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /