From a83ee08ff1fc6244f8b1d183706203b3f000cdf4 2017-01-13 15:14:13 From: Min RK Date: 2017-01-13 15:14:13 Subject: [PATCH] relax help_all output check traitlets may change small details of section headings. Don't worry about them too much --- diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index d08b893..8eca4f9 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -463,6 +463,6 @@ def help_all_output_test(subcommand=''): nt.assert_equal(rc, 0, err) nt.assert_not_in("Traceback", err) nt.assert_in("Options", out) - nt.assert_in("Class parameters", out) + nt.assert_in("Class", out) return out, err