mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 22:28:04 -05:00
add test
This commit is contained in:
9
tests/test_probabilistic_road_map.py
Normal file
9
tests/test_probabilistic_road_map.py
Normal file
@@ -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()
|
||||
Reference in New Issue
Block a user