merge separate input/expected notebooks for execute preprocessor

This commit is contained in:
MinRK 2014-06-26 15:16:07 -07:00
parent 06adb299c0
commit 11bcc6e1e5

View File

@ -188,8 +188,7 @@ def find_package_data():
[ [
'tests/files/*.*', 'tests/files/*.*',
'exporters/tests/files/*.*', 'exporters/tests/files/*.*',
'preprocessors/tests/input/*.*', 'preprocessors/tests/files/*.*',
'preprocessors/tests/expected/*.*',
], ],
'IPython.nbconvert.filters' : ['marked.js'], 'IPython.nbconvert.filters' : ['marked.js'],
'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json'] 'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']