Skip to content

Commit

Permalink
Add imports to unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmirabel committed Mar 31, 2019
1 parent e0e545b commit 1e631d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
from subprocess import Popen
from time import sleep

# Check imports
import hpp_idl.hpp.constraints_idl
import hpp_idl.hpp.core_idl
import hpp_idl.hpp.corbaserver

from hpp.corbaserver import Client
from hpp.corbaserver.robot import Robot

Expand Down

0 comments on commit 1e631d3

Please sign in to comment.