mworzala / canary

4 stars 1 forks source link

Testing server commands #11

Open AlexKinley opened 3 years ago

AlexKinley commented 3 years ago

When a player is connected to a Minestom server, they can type commands into the chat using /command arg1 arg2 ... syntax. A developer can add commands to the server that can do a wide variety of different things.

We want to allow people to test these commands, or at the very least some subset of possible command behavior. There are potentially things that a server command could do, that wouldn't work in our current testing architecture. But providing at least a way to test simple commands is vital to allowing developers to write end-to-end tests for their Minestom server.