-
Notifications
You must be signed in to change notification settings - Fork 70
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
Abstract test case input output lists in unit tests #463
Comments
Assign @EttoreZ. |
I will make a pull request on the branch Issue463_abstract_testcase_inout_lists_unittests. @dhblum could you create that branch for me on the IBPSA repo? |
I made the pull request, I only have one comment: |
Closed by #472. |
This is to abstract the definition of input and output lists within if-else statements in the API unit tests in
utilities.py
to thesetUp
method in each test cases's specific testing filetest_<testcase>
. For example in these locations:The text was updated successfully, but these errors were encountered: