add tests

This commit is contained in:
Atsushi Sakai
2018-01-06 20:55:14 -08:00
parent 1247996f1c
commit 3387ca96c6

View File

@@ -0,0 +1,12 @@
from unittest import TestCase
from PathPlanning.QuinticPolynomialsPlanner import quintic_polynomials_planner as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()