servertap-io / servertap

ServerTap is a REST API for Bukkit/Spigot/Paper Minecraft servers
https://servertap.io
MIT License
235 stars 57 forks source link

Add support for unit tests #120

Closed phybros closed 2 years ago

phybros commented 2 years ago

Currently it just has a single test that ensures that using the API without a token results in a 401.

Wanted to have this in place before I work on auth properly, because I want to make sure the auth module will have good test coverage.