Closed mmcky closed 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?
make jupyter
Option 2
Direct tests on node types in the sphinx builder
any ideas are welcome
Option 1 is implemented in PR #34
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