You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
There are currently no tests for the 4 APIs added in #192 and there should be tests.
Proposed Solution:
Use the existing tests tests/test_opal_api.py and tests/test_dsr_api.py as a guide to write tests for the following functions in main.py:
set_model_signals
signal_model_ready
get_start_signal
get_stop_signal
The text was updated successfully, but these errors were encountered:
Problem:
There are currently no tests for the 4 APIs added in #192 and there should be tests.
Proposed Solution:
Use the existing tests
tests/test_opal_api.py
andtests/test_dsr_api.py
as a guide to write tests for the following functions inmain.py
:set_model_signals
signal_model_ready
get_start_signal
get_stop_signal
The text was updated successfully, but these errors were encountered: