Update tests/test_math_utils.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 23s

This commit is contained in:
2025-07-15 15:59:43 +02:00
parent b58bdf0916
commit f2c0300cbe
-3
View File
@@ -19,9 +19,6 @@ def test_call_missing_function():
# Accessing a missing function attribute raises AttributeError
getattr(math_utils, "non_existent_function")()
def test_infinite_loop():
while True:
pass
@pytest.mark.parametrize(
"a, b, expected",