Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
8
def
test_empty_points() -> None:
9
""
"Test with no points."
""
10
assert graham_scan([]) == []
11
12
13
def
test_single_point() -> None:
Callers
nothing calls this directly
Calls
1
graham_scan
Function · 0.90
Tested by
no test coverage detected