evennia.server.profiling.tests

class evennia.server.profiling.tests.TestDummyrunnerSettings(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

clear_client_lists()[source]
test_c_login()[source]
test_c_login_no_dig()[source]
test_c_logout()[source]
perception_method_tests(func, verb, alone_suffix='')[source]
test_c_looks()[source]
test_c_examines()[source]
test_idles()[source]
test_c_help()[source]
test_c_digs()[source]
test_c_creates_obj()[source]
test_c_creates_button()[source]
test_c_socialize()[source]
test_c_moves()[source]
test_c_move_n()[source]
test_c_move_s()[source]
class evennia.server.profiling.tests.TestMemPlot(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

test_memplot(mock_time, mocked_open, mocked_os, mocked_idmapper)[source]