Skip to content

Commit

Permalink
run tests manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Sep 15, 2024
1 parent d8a6e66 commit ae6f355
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def test_video_property_reader():
assert source_properties["size"] == (1280, 720)


# if __name__ == "__main__":
# test_extrinsic_calibration()
# test_video_property_reader()
if __name__ == "__main__":
test_extrinsic_calibration()
test_video_property_reader()

0 comments on commit ae6f355

Please sign in to comment.