Skip to content

Commit 852256b

Browse files
committed
Rename test functions from test_image_addition to test_image_sum and test_signal_addition to test_signal_sum for consistency
1 parent 9304c73 commit 852256b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cdl/tests/features/images/operation_unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def test_image_rotate() -> None:
448448

449449

450450
if __name__ == "__main__":
451-
test_image_addition()
451+
test_image_sum()
452452
test_image_average()
453453
test_image_product()
454454
test_image_division()

cdl/tests/features/signals/operation_unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def test_signal_arithmetic() -> None:
252252

253253

254254
if __name__ == "__main__":
255-
test_signal_addition()
255+
test_signal_sum()
256256
test_signal_average()
257257
test_signal_product()
258258
test_signal_difference()

0 commit comments

Comments
 (0)