kopia lustrzana https://github.com/micropython/micropython-lib
tools/ci.sh: Enable unittest tests.
Signed-off-by: Damien George <damien@micropython.org>pull/935/head
rodzic
a0ceed8269
commit
0827a31c07
|
@ -1,3 +1,5 @@
|
|||
# This makes unittest return an error code, so is not named "test_xxx.py".
|
||||
|
||||
import unittest
|
||||
|
||||
|
|
@ -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 \
|
||||
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue