evennia/src/tests
2014-09-20 10:26:59 +02:00
..
__init__.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_commands_cmdhandler.py Change testing keyword to _testing in cmdhandler 2014-08-24 10:55:02 +02:00
test_commands_cmdparser.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_commands_cmdset.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_commands_cmdsethandler.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_commands_command.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_comms_channelhandler.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_comms_comms.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_comms_models.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_locks_lockfuncs.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_locks_lockhandler.py Changed lockhandler.add/replace to use LockExceptions instead of log_obj, which should also work more flexibly for handling lock errors for players. Resolves #410. 2014-04-21 00:24:33 +02:00
test_objects_models.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_objects_objects.py Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this. Resolves #563. 2014-09-20 10:26:59 +02:00
test_players_bots.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_players_models.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_scripts_models.py Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
test_scripts_scripthandler.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_scripts_scripts.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_scripts_tickerhandler.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_amp.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_caches.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_initial_setup.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_manager.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_models.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_oob_msdp.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_oobhandler.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_server.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_serversession.py Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this. Resolves #563. 2014-09-20 10:26:59 +02:00
test_server_session.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_server_webserver.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_typeclasses_models.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_typeclasses_typeclass.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_ansi.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_ansi_new.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_batchprocessors.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_create.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_dbserialize.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_evform.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_evtable.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_gametime.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_logger.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_picklefield.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_prettytable.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_search.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_tests.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_text2html.py Added auto-created empty unittest definitions. 2014-03-16 11:14:38 +01:00
test_utils_utils.py Added unittests for utils.py dedent() and list_to_string(). Adjusted list_to_string to correctly handle no endsep. 2014-05-06 12:34:08 -04:00