micropython-lib/tools
Damien George 98f8a7e771 github/workflows: Add workflow to run package tests.
All of the runable package tests are run together in the new `tools/ci.sh`
function called `ci_package_tests_run`.  This is added to a new GitHub
workflow to test the packages as part of CI.

Some packages use `unittest` while others use an ad-hoc test script.
Eventually it would be good to unify all the package tests to use
`unittest`.

Signed-off-by: Damien George <damien@micropython.org>
2024-06-17 11:29:34 +10:00
..
build.py tools/makepyproject.py: Add tool to generate PyPI package. 2023-04-07 13:24:15 +10:00
ci.sh github/workflows: Add workflow to run package tests. 2024-06-17 11:29:34 +10:00
codeformat.py all: Replace "black" with "ruff format". 2023-12-20 11:56:24 +11:00
makepyproject.py all: Replace "black" with "ruff format". 2023-12-20 11:56:24 +11:00
uncrustify.cfg tools: Add code formatting and CI scripts. 2021-05-27 22:42:36 +10:00
verifygitlog.py tools/verifygitlog.py: Add git commit message checking. 2023-12-20 11:46:40 +11:00