Update Unit-Testing.md

Minor grammar corrections and inline link consistency.
This commit is contained in:
CloudKeeper 2024-03-03 12:34:34 +11:00 committed by GitHub
parent 0bf2fab34a
commit 74f2c098c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ These all use whatever setting you pass to them and works well for testing code
- `EvenniaTest` - this sets up a full object environment for your test. All the created entities
can be accesses as properties on the class:
- `.account` - A fake [Account](evennia.accounts.accounts.DefaultAccount) named "TestAccount".
- `.account2` - Another [Account](evennia.accounts.accounts.DefaultAccount) named "TestAccount2"
- `.account2` - Another [Account](evennia.accounts.accounts.DefaultAccount) named "TestAccount2".
- `.char1` - A [Character](evennia.objects.objects.DefaultCharacter) linked to `.account`, named `Char`.
This has 'Developer' permissions but is not a superuser.
- `.char2` - Another [Character](evennia.objects.objects.DefaultCharacter) linked to `account2`, named `Char2`.