evennia.contrib.tutorials.evadventure.tests.test_ai

Test the ai module.

class evennia.contrib.tutorials.evadventure.tests.test_ai.TestAI(methodName='runTest')[source]

Bases: evennia.utils.test_resources.BaseEvenniaTest

setUp()[source]

Sets up testing environment

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_ai_methods(mock_log_trace, mock_random)[source]
test_ai_run()[source]