Skip to content

Commit 0827a31

Browse files
committed
tools/ci.sh: Enable unittest tests.
Signed-off-by: Damien George <[email protected]>
1 parent a0ceed8 commit 0827a31

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python-stdlib/unittest/tests/test_exception.py renamed to python-stdlib/unittest/tests/exception.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This makes unittest return an error code, so is not named "test_xxx.py".
2+
13
import unittest
24

35

tools/ci.sh

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function ci_package_tests_run {
6363
python-stdlib/os-path/test_path.py \
6464
python-stdlib/pickle/test_pickle.py \
6565
python-stdlib/string/test_translate.py \
66+
python-stdlib/unittest/tests/exception.py \
6667
unix-ffi/gettext/test_gettext.py \
6768
unix-ffi/pwd/test_getpwnam.py \
6869
unix-ffi/re/test_re.py \
@@ -90,6 +91,7 @@ function ci_package_tests_run {
9091
python-stdlib/shutil \
9192
python-stdlib/tempfile \
9293
python-stdlib/time \
94+
python-stdlib/unittest/tests \
9395
python-stdlib/unittest-discover/tests \
9496
; do
9597
(cd $path && $MICROPYTHON -m unittest)

0 commit comments

Comments
 (0)