Adding unit tests #595
NicolasGensollen
started this conversation in
General
Replies: 1 comment 1 reply
-
Since we have already adopted the convention of storing tests out-of-tree, I'd be in favour of keeping it for unit tests as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe this would be a great addition and allow us to work in a more TDD fashion.
If we can decide on where these tests should be implemented and how they should be organized, I'll get started asap with tests for #587
I imagine two main different ways we could organize them:
test/unittests/{engine,iotools,utils...}
tests
folder in each module (for example:Clinica/iotools/converters/adni_to_bids/tests/
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions