evennia.contrib.utils.auditing.tests

Module containing the test cases for the Audit system.

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

Bases: evennia.utils.test_resources.BaseEvenniaTest

setup_session()[source]

Overrides default one in 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.