From c2debe3b05b095046f63f72bb9b9c3b0c52c2635 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Thu, 31 Dec 2020 22:54:40 +0900 Subject: [PATCH] use pytest for test runner (#452) --- .github/pull_request_template.md | 2 +- .../two_joint_arm_to_point_control.py | 26 ++- .../Eta3SplinePath/eta3_spline_path.py | 176 ++++++++++-------- .../eta3_spline_trajectory.py | 48 ++--- README.md | 2 + requirements.txt | 1 + runtests.sh | 8 +- tests/__init__.py | 0 8 files changed, 151 insertions(+), 112 deletions(-) create mode 100644 tests/__init__.py diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9fbb893c..fb412d57 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@