Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vanderhoof/PyDBML
/ test_empty
Method
test_empty
test/test_tools.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
63
class
TestIndent(TestCase):
64
def
test_empty(self) -> None:
65
self.assertEqual(indent(
""
),
""
)
66
67
def
test_nonempty(self) -> None:
68
oneline =
"one line text"
Callers
nothing calls this directly
Calls
1
indent
Function · 0.90
Tested by
no test coverage detected