Skip to content

Commit 5945092

Browse files
author
Alex J Lennon
committed
Format test files with black
1 parent 7ed61f5 commit 5945092

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_tools_power_analysis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,3 @@ def test_monitor_low_power_failure(self, mock_start):
164164
result = monitor_low_power("test_device", duration=10)
165165

166166
assert result["success"] is False or "error" in result
167-

tests/test_tools_remote_access.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,3 @@ def test_get_device_info_not_found(self, mock_get):
219219
result = get_device_info("nonexistent")
220220

221221
assert result is None
222-

tests/test_utils_error_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ def test_generic_error_tools(self):
124124

125125
# Should have some general tools
126126
assert isinstance(tools, list)
127-

0 commit comments

Comments
 (0)