Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ test_repr
Function
test_repr
test/test_classes/test_project.py:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
12
def
test_repr() -> None:
13
project = Project(
'myproject'
)
14
assert repr(project) ==
"<Project 'myproject'>"
15
Callers
nothing calls this directly
Calls
1
Project
Class · 0.90
Tested by
no test coverage detected