You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We come across a number of edge case when parsing pieces of RST, so we do have custom logics.
Currently we rerun papyri on all of numpy/scipy and make sure it does not crash.
A better test harness would have a number of example snippets, and expected AST tree, and the test suite should compare that we are not regressing.
We should also have an easy to reach command line when the examples are wrong, and need to be updated.
The text was updated successfully, but these errors were encountered:
We come across a number of edge case when parsing pieces of RST, so we do have custom logics.
Currently we rerun papyri on all of numpy/scipy and make sure it does not crash.
A better test harness would have a number of example snippets, and expected AST tree, and the test suite should compare that we are not regressing.
We should also have an easy to reach command line when the examples are wrong, and need to be updated.
The text was updated successfully, but these errors were encountered: