mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
add main script for missing tests (#461)
* add main script for missing tests * Fix CodeQL warning
This commit is contained in:
@@ -5,3 +5,7 @@ from PathPlanning.PotentialFieldPlanning import potential_field_planning as m
|
||||
def test1():
|
||||
m.show_animation = False
|
||||
m.main()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
conftest.run_this_test(__file__)
|
||||
|
||||
Reference in New Issue
Block a user