ProjectSWGCore / Holocore

This is the Star Wars Galaxies server emulator for the Java Virtual Machine
https://www.projectswg.com
GNU Affero General Public License v3.0
31 stars 19 forks source link

Generate random credentials instead of defining them, so there's less… #1565

Closed madsboddum closed 5 months ago

madsboddum commented 5 months ago

… setup noise in the test cases

I've been looking into reusing more setup across test cases, and an obvious initial problem is the reuse of account names. This would cause problems with character creation, as a given username is only allowed to create two characters in a 15 minute sliding window.

That, and seeing less "username", "password" strings in the setup code is nice.