python-neo
python-neo copied to clipboard
Add Code Examples in Docstrings to CI Workflows
While implementing #800 I noticed some examples in function docstrings were not changed when the API of those functions changed. Currently examples in docstrings seem not to be tested at all. Maybe there's a way to add them to the CI workflows? Any thoughts?