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
When using the ProbeModule in pytest tests and missing the probe_module.start() command the tests are passing, but all the cmd calls can't be made since the probe_module isn't running and everest_core is waiting for standalone modules.
Description
When using the ProbeModule in pytest tests and missing the
probe_module.start()
command the tests are passing, but all the cmd calls can't be made since the probe_module isn't running and everest_core is waiting for standalone modules.How to reproduce
workspace-config.yaml.txt
Expected behaviour
Both tests should fail since
probe_module.start()
is missing and no cmd calls can be madeThe text was updated successfully, but these errors were encountered: