mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add mypy unit test (#621)
* add mypy unit test * add mypy unit test * add mypy unit test
This commit is contained in:
15
.github/workflows/Linux_CI.yml
vendored
15
.github/workflows/Linux_CI.yml
vendored
@@ -28,21 +28,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
- name: install mypy
|
||||
run: pip install mypy
|
||||
- name: mypy check
|
||||
run: |
|
||||
mypy -p AerialNavigation
|
||||
mypy -p ArmNavigation
|
||||
mypy -p Bipedal
|
||||
mypy -p Control
|
||||
mypy -p Localization
|
||||
mypy -p Mapping
|
||||
mypy -p PathPlanning
|
||||
mypy -p PathTracking
|
||||
mypy -p SLAM
|
||||
- name: do all unit tests
|
||||
run: bash runtests.sh
|
||||
|
||||
|
||||
15
.github/workflows/MacOS_CI.yml
vendored
15
.github/workflows/MacOS_CI.yml
vendored
@@ -35,20 +35,5 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy # cvxpy install workaround
|
||||
pip install -r requirements.txt
|
||||
- name: install coverage
|
||||
run: pip install coverage
|
||||
- name: install mypy
|
||||
run: pip install mypy
|
||||
- name: mypy check
|
||||
run: |
|
||||
mypy -p AerialNavigation
|
||||
mypy -p ArmNavigation
|
||||
mypy -p Bipedal
|
||||
mypy -p Control
|
||||
mypy -p Localization
|
||||
mypy -p Mapping
|
||||
mypy -p PathPlanning
|
||||
mypy -p PathTracking
|
||||
mypy -p SLAM
|
||||
- name: do all unit tests
|
||||
run: bash runtests.sh
|
||||
Reference in New Issue
Block a user