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.
… 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.