MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / test_large_number

Function test_large_number

maths/test_factorial.py:26–27  ·  view source on GitHub ↗
(function)

Source from the content-addressed store, hash-verified

24
25@pytest.mark.parametrize("function", [factorial, factorial_recursive])
26def test_large_number(function):
27 assert function(10) == 3628800
28
29
30@pytest.mark.parametrize("function", [factorial, factorial_recursive])

Callers

nothing calls this directly

Calls 1

functionFunction · 0.85

Tested by

no test coverage detected