We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e5ebc commit 976bcb6Copy full SHA for 976bcb6
1 file changed
tests/test_raycasting_grid_map.py
@@ -0,0 +1,12 @@
1
+from unittest import TestCase
2
+
3
+from Mapping.raycasting_grid_map import raycasting_grid_map as m
4
5
+print(__file__)
6
7
8
+class Test(TestCase):
9
10
+ def test1(self):
11
+ m.show_animation = False
12
+ m.main()
0 commit comments