-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mock units table #1875
Add mock units table #1875
Conversation
Since |
Correction of my previous comment. Tests for the mock classes are here https://github.com/NeurodataWithoutBorders/pynwb/blob/dev/tests/unit/test_mock.py |
Thanks @oruebel. I will take care of this. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1875 +/- ##
=======================================
Coverage 91.81% 91.81%
=======================================
Files 27 27
Lines 2627 2627
Branches 688 688
=======================================
Hits 2412 2412
Misses 142 142
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Ben Dichter <[email protected]>
Co-authored-by: Ben Dichter <[email protected]>
Co-authored-by: Ben Dichter <[email protected]>
Thank you for the contribution, @h-mayorquin ! |
Motivation
Add a quick method to create mock units table
Is this something that would be of interest or useful to have?
How to test the behavior?
Should we have tests for the mock methods?
Produces the following output.
Checklist
flake8
from the source directory.