From e55a2a8cb98dd1775bfd77844581535fa0d4c61e 2014-01-25 22:30:19 From: MinRK Date: 2014-01-25 22:30:19 Subject: [PATCH] fix test_accent name --- diff --git a/IPython/nbconvert/tests/test_nbconvertapp.py b/IPython/nbconvert/tests/test_nbconvertapp.py index 123a3a6..c3827e1 100644 --- a/IPython/nbconvert/tests/test_nbconvertapp.py +++ b/IPython/nbconvert/tests/test_nbconvertapp.py @@ -195,7 +195,7 @@ class TestNbConvertApp(TestsBase): @dec.onlyif_cmds_exist('pdflatex') @dec.onlyif_cmds_exist('pandoc') - def test_filename_spaces(self): + def test_filename_accent(self): """ Generate PDFs if notebooks have an accent in their name? """