added test

This commit is contained in:
Atsushi Sakai
2018-02-18 09:42:02 -08:00
parent aa714667ab
commit c7fd4eeca8
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
from unittest import TestCase
from Mapping.gaussian_grid_map import gaussian_grid_map as m
print(__file__)
class Test(TestCase):
def test1(self):
m.show_animation = False
m.main()