Example list of commands.
()
| 72 | return response |
| 73 | |
| 74 | def 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 | |
| 80 | quick_test() |
no test coverage detected