Skip to content

Commit

Permalink
tools/ci.sh: Enable unittest tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Nov 6, 2024
1 parent 394cbfc commit 3dbd6bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This makes unittest return an error code, so is not named "test_xxx.py".

import unittest


Expand Down
2 changes: 2 additions & 0 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function ci_package_tests_run {
python-stdlib/os-path/test_path.py \
python-stdlib/pickle/test_pickle.py \
python-stdlib/string/test_translate.py \
python-stdlib/unittest/tests/exception.py \
unix-ffi/gettext/test_gettext.py \
unix-ffi/pwd/test_getpwnam.py \
unix-ffi/re/test_re.py \
Expand Down Expand Up @@ -90,6 +91,7 @@ function ci_package_tests_run {
python-stdlib/shutil \
python-stdlib/tempfile \
python-stdlib/time \
python-stdlib/unittest/tests \
python-stdlib/unittest-discover/tests \
; do
(cd $path && $MICROPYTHON -m unittest)
Expand Down

0 comments on commit 3dbd6bb

Please sign in to comment.