nwb-extensions / ndx-template

A template for creating Neurodata Extensions for the NWB neurophysiology data standard
https://nwb.org/
Other
5 stars 8 forks source link

Update README.md to describe debugging of unit tests #81

Closed oruebel closed 7 months ago

rly commented 7 months ago

In #82 I disabled coverage testing by default because I think it is more useful for developers to use breakpoints than to check code coverage. Those interested in code coverage can see the documentation we added here or they already know how to enable it on the command line pytest --cov or in pyproject.toml.

oruebel commented 7 months ago

Sounds good.

oruebel commented 7 months ago

@rly just merge whenever you are done. The changes you made all look good to me.