mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
update test
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
from unittest import TestCase
|
||||
|
||||
import sys
|
||||
sys.path.append("./AerialNavigation/rocket_powered_landing/")
|
||||
|
||||
from AerialNavigation.rocket_powered_landing import rocket_powered_landing as m
|
||||
print(__file__)
|
||||
if 'cvxpy' in sys.modules: # pragma: no cover
|
||||
sys.path.append("./AerialNavigation/rocket_powered_landing/")
|
||||
|
||||
from AerialNavigation.rocket_powered_landing import rocket_powered_landing as m
|
||||
print(__file__)
|
||||
|
||||
class Test(TestCase):
|
||||
class Test(TestCase):
|
||||
|
||||
def test1(self):
|
||||
m.show_animation = False
|
||||
m.main()
|
||||
def test1(self):
|
||||
m.show_animation = False
|
||||
m.main()
|
||||
|
||||
Reference in New Issue
Block a user