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
The unit tests do not start/stop the hub correctly when we run the tests all together. For example, cding into the sherpa_samp/sedstacker/tests directory and running nosetests will cause errors relating to the SAMP hub connection. The tests pass if you run the tests individually.
We should remove the dependency on the SAMP hub from the unit tests. Instead, create a mock-SAMP hub to run the tests. We can make a new test to test connecting to a SAMP hub.
The text was updated successfully, but these errors were encountered:
The unit tests do not start/stop the hub correctly when we run the tests all together. For example,
cd
ing into the sherpa_samp/sedstacker/tests directory and runningnosetests
will cause errors relating to the SAMP hub connection. The tests pass if you run the tests individually.We should remove the dependency on the SAMP hub from the unit tests. Instead, create a mock-SAMP hub to run the tests. We can make a new test to test connecting to a SAMP hub.
The text was updated successfully, but these errors were encountered: