Commit Graph
5 Commits
Author SHA1 Message Date
Josh Barnes 018c43d52f add preprocessor test for collapsible headings. 2016-07-24 00:52:22 +01:00
Josh Barnes 32b71b5a49 create all preprocessing test notebooks programatically. 2016-07-24 00:52:22 +01:00
Josh Barnes 6650802313 update preprocessor tests
* consolidate common operations into functions
* test imports in test_preprocessors
* skip rather than fail on tests which require pandoc if we can't find it
* move svg2pdf inkscape-finding into a function which doesn't raise exceptions, allowing us to skip test if inkscape can't be found, and skip accordingly
* use urllib instead of requests in svg2pdf preprocessor
* fix flake8 complaints
2016-07-24 00:52:22 +01:00
Josh Barnes 600d27d679 lint python scripts to fix flake8 complaints 2016-07-18 02:06:28 +01:00
Josh Barnes 418819a1f5 more packaging renames
* rename `jupyter_contrib_nbextensions.extensions` -> `jupyter_contrib_nbextensions.nbconvert_support`, since they're now all nbconvert things
* rename `tests/test-postprocessors.py`, since it actually tests preprocessors!
* move highlighter config scripts into `config_scripts` package
* remove redundant scripts in `src/jupyter_contrib_nbextensions/nbextensions/highlighter`
2016-07-18 02:06:28 +01:00