Remove test skips & fix docstrings

This commit is contained in:
Simon Alibert
2025-03-23 17:04:30 +01:00
parent ff7cfdaf40
commit 0ac026b521
2 changed files with 5 additions and 7 deletions

View File

@@ -401,7 +401,6 @@ def test_sync_write_by_names(ids, positions, mock_motors, dummy_motors):
assert mock_motors.stubs[stub_name].wait_called()
@pytest.mark.skip("TODO")
@pytest.mark.parametrize(
"data_name, dxl_id, value",
[
@@ -424,7 +423,6 @@ def test_write_by_id(data_name, dxl_id, value, mock_motors, dummy_motors):
assert mock_motors.stubs[stub_name].called
@pytest.mark.skip("TODO")
@pytest.mark.parametrize(
"data_name, dxl_id, value",
[