-
Notifications
You must be signed in to change notification settings - Fork 1
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 unit testing #84
Add unit testing #84
Conversation
Added explicitly input for methods in ModelSystem and testing Added testing for _set_system_branch_depth and TODO for the functions in these testings which should be implemented in the datamodel
83a80ac
to
908a34b
Compare
79af7d0
to
f3b2b43
Compare
@JFRudzinski @ndaelman-hu @Bernadette-Mohr Please, be aware of this. No need to do a review of this. Important: I created a script to generate a coverage report with some comprehensive coverage of each of the I think the content of that file is self-explanatory, but I asked Ahmed Ilyas to provide more support on the current Coverage, as the reports in PR requests are pretty cryptic. |
d9f31ff
to
c0e6553
Compare
77f56b9
to
6fb221b
Compare
6fb221b
to
57be724
Compare
Fixing, improving, and adding new testing for all the sections and methods defined so far.
I am also explicitly defining inputs to methods now, to make it more clear when calling them.
Closes #9