improve coveralls

This commit is contained in:
Atsushi Sakai
2019-02-10 21:06:12 +09:00
parent fa374c7477
commit 206597482d
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
from unittest import TestCase
import sys
if 'cvxpy' in sys.modules:
if 'cvxpy' in sys.modules: # pragma: no cover
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m