MCPcopy Index your code
hub / github.com/vinta/awesome-python / test_uppercase_acronym

Method test_uppercase_acronym

website/tests/test_build.py:69–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 assert slugify("Admin Panels") == "admin-panels"
68
69 def test_uppercase_acronym(self):
70 assert slugify("RESTful API") == "restful-api"
71
72 def test_hyphenated_input(self):
73 assert slugify("Command-line Tools") == "command-line-tools"

Callers

nothing calls this directly

Calls 1

slugifyFunction · 0.90

Tested by

no test coverage detected