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
We need to set up more tests to make sure each part of the system functions properly. We currently only have a few tests, so we should work on improving that.
Does actix-web have a good way of making a mock http request to a specific route? Or should we just run the full server and then have a separate runner that sends requests to the specific routes?
The text was updated successfully, but these errors were encountered:
We can look into implementing this. We shouldn't have to have the whole server running. https://actix.rs/docs/testing/ Actix seems to have a framework for this.
We need to set up more tests to make sure each part of the system functions properly. We currently only have a few tests, so we should work on improving that.
Does
actix-web
have a good way of making a mock http request to a specific route? Or should we just run the full server and then have a separate runner that sends requests to the specific routes?The text was updated successfully, but these errors were encountered: