Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vinta/awesome-python
/ test_extra_spaces
Method
test_extra_spaces
website/tests/test_build.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
assert slugify(
"Command-line Tools"
) ==
"command-line-tools"
74
75
def
test_extra_spaces(self):
76
assert slugify(
" Date and Time "
) ==
"date-and-time"
77
78
79
class
TestSubcategoryPath:
Callers
nothing calls this directly
Calls
1
slugify
Function · 0.90
Tested by
no test coverage detected