Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Dec 23, 2017
1 parent 20cb379 commit f0bec26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_probabilistic_road_map.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from unittest import TestCase
from PathPlanning.ProbabilisticRoadMap import probabilistic_road_map


class Test(TestCase):

def test1(self):
probabilistic_road_map.show_animation = False
probabilistic_road_map.main()

0 comments on commit f0bec26

Please sign in to comment.