Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ setup_method
Method
setup_method
tests/test_output.py:303–305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
301
302
class
TestQuietMode:
303
def
setup_method(self) -> None:
304
configure_output(OutputMode.PLAIN)
305
set_quiet(True)
306
307
def
teardown_method(self) -> None:
308
set_quiet(False)
Callers
nothing calls this directly
Calls
2
configure_output
Function · 0.90
set_quiet
Function · 0.90
Tested by
no test coverage detected