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