QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

TEST: Improve Testing #209

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

Testing should be improved to test for the many option that are now available for building notebooks. Currently the testing is only setup to test a specific combination of options (for example, html image inclusion in the notebooks and not markdown)

mmcky commented 5 years ago

https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/210 adjusts testing to include multiple test configurations.