Skip to content

Commit f0bec26

Browse files
committed
add test
1 parent 20cb379 commit f0bec26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_probabilistic_road_map.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from unittest import TestCase
2+
from PathPlanning.ProbabilisticRoadMap import probabilistic_road_map
3+
4+
5+
class Test(TestCase):
6+
7+
def test1(self):
8+
probabilistic_road_map.show_animation = False
9+
probabilistic_road_map.main()

0 commit comments

Comments
 (0)