QuantEcon / sphinxcontrib-jupyter

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

Sphinx Extension Continuous Integration and Testing ... #28

Closed mmcky closed 6 years ago

mmcky commented 6 years ago

Need to add testing suite for the sphinx-extension. Not entirely sure how to implement this.

Option 1

Construct a sphinx environment and run make jupyter to test known conversions between input and output?

Option 2

Direct tests on node types in the sphinx builder

any ideas are welcome

mmcky commented 6 years ago

Option 1 is implemented in PR #34