File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
python-stdlib/unittest/tests Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1+ # This makes unittest return an error code, so is not named "test_xxx.py".
2+
13import unittest
24
35
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments