MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / test_empty_points

Function test_empty_points

geometry/tests/test_graham_scan.py:8–10  ·  view source on GitHub ↗

Test with no points.

()

Source from the content-addressed store, hash-verified

6
7
8def test_empty_points() -> None:
9 """Test with no points."""
10 assert graham_scan([]) == []
11
12
13def test_single_point() -> None:

Callers

nothing calls this directly

Calls 1

graham_scanFunction · 0.90

Tested by

no test coverage detected