File tree 2 files changed +4
-0
lines changed
python-stdlib/unittest/tests
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
+
1
3
import unittest
2
4
3
5
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ function ci_package_tests_run {
63
63
python-stdlib/os-path/test_path.py \
64
64
python-stdlib/pickle/test_pickle.py \
65
65
python-stdlib/string/test_translate.py \
66
+ python-stdlib/unittest/tests/exception.py \
66
67
unix-ffi/gettext/test_gettext.py \
67
68
unix-ffi/pwd/test_getpwnam.py \
68
69
unix-ffi/re/test_re.py \
@@ -90,6 +91,7 @@ function ci_package_tests_run {
90
91
python-stdlib/shutil \
91
92
python-stdlib/tempfile \
92
93
python-stdlib/time \
94
+ python-stdlib/unittest/tests \
93
95
python-stdlib/unittest-discover/tests \
94
96
; do
95
97
(cd $path && $MICROPYTHON -m unittest)
You can’t perform that action at this time.
0 commit comments