Testing TUS server implementations

Hey folks,

I’m relatively new to TUS but I ended up contributing some PRs to GitHub - edihasaj/tuspyserver and I wanted to ask the community for advice.

Specifically, I am looking for any test suite or Postman collection to helping me test the server is functioning correctly. I currently us Uppy to test, but its often hard to say why some error occurs without proper tests.

Unfortunately there is no shared test suite among servers. But I recommend looking at tus-node-server, tusd, and tusdotnet for inspiration. Those are the most tested servers.