Skip to content
Snippets Groups Projects
Commit a2b672d6 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Add coverage support

parent 98f1c229
No related branches found
No related tags found
No related merge requests found
[run]
omit =
# Omit the blender file
*blend*
source =
# include navipy
navipy
[html]
directory = coverage_html_report
\ No newline at end of file
......@@ -41,7 +41,6 @@ class TestTrajectoryTransform(unittest.TestCase):
trajectory.rotation_mode = euler_axes
traj_test.rotation_mode = euler_axes
transformed_markers = trajectory.world2body(markers)
print(transformed_markers)
# reverse
for triangle_mode in ['x-axis=median-from-0',
'y-axis=1-2']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment