Update tests/test_math_utils.py
Run Pytest with HTML and XML Test Reports / tests (push) Has been cancelled
Run Pytest with HTML and XML Test Reports / tests (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user