##// END OF EJS Templates
Add preprocessor test inputs to find_package_data()
Julia Evans -
Show More
@@ -185,7 +185,12 b' def find_package_data():'
185 'IPython.html.tests' : js_tests,
185 'IPython.html.tests' : js_tests,
186 'IPython.qt.console' : ['resources/icon/*.svg'],
186 'IPython.qt.console' : ['resources/icon/*.svg'],
187 'IPython.nbconvert' : nbconvert_templates +
187 'IPython.nbconvert' : nbconvert_templates +
188 ['tests/files/*.*', 'exporters/tests/files/*.*'],
188 [
189 'tests/files/*.*',
190 'exporters/tests/files/*.*',
191 'preprocessor/tests/input/*.*',
192 'preprocessor/tests/expected/*.*',
193 ],
189 'IPython.nbconvert.filters' : ['marked.js'],
194 'IPython.nbconvert.filters' : ['marked.js'],
190 'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
195 'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
191 }
196 }
General Comments 0
You need to be logged in to leave comments. Login now