evennia.contrib.security.auditing.tests

Module containing the test cases for the Audit system.

class evennia.contrib.security.auditing.tests.AuditingTest(methodName='runTest')[source]

Bases: evennia.utils.test_resources.EvenniaTest

test_mask()[source]

Make sure the ‘mask’ function is properly masking potentially sensitive information from strings.

test_audit()[source]

Make sure the ‘audit’ function is returning a dictionary based on values parsed from the Session object.