Update tests/test_math_utils.py
Run Pytest with HTML and XML Test Reports / tests (push) Has been cancelled

This commit is contained in:
2025-07-15 15:56:01 +02:00
parent 1ac8606269
commit b58bdf0916
+4
View File
@@ -19,6 +19,10 @@ 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",
[