From 8a8867b911923ed94c6a6c043fa8d5df92ae003f 2019-05-25 22:17:42 From: Matthias Bussonnier Date: 2019-05-25 22:17:42 Subject: [PATCH] prefix test_function with test_ --- diff --git a/IPython/core/tests/test_inputtransformer2_line.py b/IPython/core/tests/test_inputtransformer2_line.py index 102f449..41b6ed2 100644 --- a/IPython/core/tests/test_inputtransformer2_line.py +++ b/IPython/core/tests/test_inputtransformer2_line.py @@ -109,7 +109,7 @@ ONLY_EMPTY_LINES = ("""\ """) -def leading_empty_lines(): +def test_leading_empty_lines(): for sample, expected in [LEADING_EMPTY_LINES, ONLY_EMPTY_LINES]: nt.assert_equal( ipt2.leading_empty_lines(sample.splitlines(keepends=True)),