"""TODO: Add docstring.""" # import pytest def test_pass(): """TODO: Add docstring.""" # def test_import_main(): # from dynamixel_client.main import main # Check that everything is working, and catch dora Runtime Exception as we're not running in a dora dataflow. # with pytest.raises(RuntimeError): # main()