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

Method test_simple

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

Source from the content-addressed store, hash-verified

64
65class TestSlugify:
66 def test_simple(self):
67 assert slugify("Admin Panels") == "admin-panels"
68
69 def test_uppercase_acronym(self):
70 assert slugify("RESTful API") == "restful-api"

Callers

nothing calls this directly

Calls 1

slugifyFunction · 0.90

Tested by

no test coverage detected