Show More
@@ -478,6 +478,6 b" def help_all_output_test(subcommand=''):" | |||||
478 | nt.assert_equal(rc, 0, err) |
|
478 | nt.assert_equal(rc, 0, err) | |
479 | nt.assert_not_in("Traceback", err) |
|
479 | nt.assert_not_in("Traceback", err) | |
480 | nt.assert_in("Options", out) |
|
480 | nt.assert_in("Options", out) | |
481 |
nt.assert_in("Class |
|
481 | nt.assert_in("Class", out) | |
482 | return out, err |
|
482 | return out, err | |
483 |
|
483 |
General Comments 0
You need to be logged in to leave comments.
Login now