Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
c01e52ac
Commit
c01e52ac
authored
Oct 30, 2019
by
Guilhem Saurel
Browse files
[Tests] fix & enable python tests
parent
30f93b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
unitTesting/CMakeLists.txt
View file @
c01e52ac
...
...
@@ -46,6 +46,6 @@ IF(BUILD_PYTHON_INTERFACE)
)
foreach
(
localtest
${
LIST_OF_TESTS
}
)
#
ADD_PYTHON_UNIT_TEST(${localtest} unitTesting/${localtest}
"src"
)
ADD_PYTHON_UNIT_TEST
(
${
localtest
}
unitTesting/
${
localtest
}
)
endforeach
()
ENDIF
(
BUILD_PYTHON_INTERFACE
)
unitTesting/unit_test_control_manager.py
View file @
c01e52ac
from
test_control_manager
import
cm
from
dynamic_graph.sot.torque_control.tests.
test_control_manager
import
cm
cm
.
displayRobotUtil
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment