MCPcopy Create free account
hub / github.com/audacity/audacity / quick_test

Function quick_test

scripts/piped-work/pipe_test.py:74–78  ·  view source on GitHub ↗

Example list of commands.

()

Source from the content-addressed store, hash-verified

72 return response
73
74def quick_test():
75 """Example list of commands."""
76 do_command('Help: Command=Help')
77 do_command('Help: Command="GetInfo"')
78 #do_command('SetPreference: Name=GUI/Theme Value=classic Reload=1')
79
80quick_test()

Callers 1

pipe_test.pyFile · 0.70

Calls 1

do_commandFunction · 0.70

Tested by

no test coverage detected