Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ test_comment_to_dbml
Function
test_comment_to_dbml
test/test_renderer/test_dbml/test_utils.py:19–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
def
test_comment_to_dbml() -> None:
20
assert comment_to_dbml(
"Simple comment"
) ==
"// Simple comment\n"
Callers
nothing calls this directly
Calls
1
comment_to_dbml
Function · 0.90
Tested by
no test coverage detected