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
As the project is growing, we need to enforce reliability of the server we ship with tuono.
As the first step, we need to implement a reusable set of tools for testing the tuono_lib server crate within the tests/ folder.
The text was updated successfully, but these errors were encountered:
I don't have any strong opinion yet...
The idea would be to test that a server built using the tuono_lib structs/functions/macros correctly return the right responses.
I'm wondering what would be the best place in which to put it.
The only idea I got so far is to create a bin crate in which create a fake server using just tuono_lib with a bunch of handlers and then leverage the tests/ folder integration tests.
As the project is growing, we need to enforce reliability of the server we ship with tuono.
As the first step, we need to implement a reusable set of tools for testing the
tuono_lib
server crate within thetests/
folder.The text was updated successfully, but these errors were encountered: