MCPcopy
hub / github.com/pytest-dev/pytest / test_map_over_scalar

Method test_map_over_scalar

testing/python/approx.py:1455–1456  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1453
1454class TestRecursiveSequenceMap:
1455 def test_map_over_scalar(self):
1456 assert _recursive_sequence_map(sqrt, 16) == 4
1457
1458 def test_map_over_empty_list(self):
1459 assert _recursive_sequence_map(sqrt, []) == []

Callers

nothing calls this directly

Calls 1

_recursive_sequence_mapFunction · 0.90

Tested by

no test coverage detected