MCPcopy Create free account
hub / github.com/codemistic/Web-Development / new_shorturl

Function new_shorturl

Url Shortener/tests/conftest.py:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5@pytest.fixture(scope='module')
6def new_shorturl():
7 shorturl = ShortUrl(original_url='https://fakepython.com/pytest/',
8 short_id='1rb09tr3')
9 return shorturl

Callers

nothing calls this directly

Calls 1

ShortUrlClass · 0.90

Tested by

no test coverage detected