From: Jeremy Stanley Date: Thu, 26 Dec 2019 01:57:24 +0000 (+0000) Subject: More thoroughly test account and avatar menus X-Git-Tag: 0.1.0~20 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=3664932805146a7eb7a6d7dc57ecb1fd8ca9045b;hp=3664932805146a7eb7a6d7dc57ecb1fd8ca9045b;p=mudpy.git More thoroughly test account and avatar menus Split up the teardown "test" into separate tests for avatar and account deletion. Avatar deletion was previously not being exercised correctly, instead avatar deletion aborting was what was actually being tested. Add separate tests that the avatar and account deletion default actions are to abort. Also add a test of the avatar creation limit. ---