Lines Matching +full:test +full:- +full:book
2 Test script for the 'cmd' module
12 from test import support
19 Test for the function parseline():
36 Test for the function onecmd():
42 >>> mycmd.onecmd("test")
43 *** Unknown syntax: test
45 Test for the function emptyline():
47 *** Unknown syntax: test
49 Test for the function default():
53 Test for the function completedefault():
59 Test for the function completenames():
65 Test for the function complete_help():
75 Test for the function do_help():
83 Try and be nice to people, avoid eating fat, read a good book every
101 Test for the function print_topics():
109 Test for the function columnize():
121 This is an interactive test, put some commands in the cmdqueue attribute
123 This test includes the preloop(), postloop(), default(), emptyline(),
183 "good book every now and then, get some walking in, "
215 input = io.StringIO("print test\nprint test2")
221 ("(Cmd) test\n"
227 input = io.StringIO("print test\nprint test2")
233 ("(Cmd) test\n"
261 if "-c" in sys.argv:
263 elif "-i" in sys.argv: