Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Feb 19, 2018
1 parent 20e5ebc commit 976bcb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/test_raycasting_grid_map.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from unittest import TestCase

from Mapping.raycasting_grid_map import raycasting_grid_map as m

print(__file__)


class Test(TestCase):

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

0 comments on commit 976bcb6

Please sign in to comment.