Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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'
)
6
def
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
ShortUrl
Class · 0.90
Tested by
no test coverage detected