Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ TestOutput
Class
TestOutput
test/pytests/test_main.py:793–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
m = MyCli(myclirc=default_config_file)
792
793
class
TestOutput:
794
def
get_size(self):
795
size = namedtuple(
"Size"
,
"rows columns"
)
796
size.columns, size.rows = terminal_size
797
return
size
798
799
class
TestExecute:
800
host =
"test"
Callers
1
TestPromptSession
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected