mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Reshuffling the Evennia package into the new template paradigm.
This commit is contained in:
parent
2846e64833
commit
2b3a32e447
371 changed files with 17250 additions and 304 deletions
|
|
@ -1,54 +0,0 @@
|
|||
import unittest
|
||||
|
||||
class TestCreateConfigValues(unittest.TestCase):
|
||||
def test_create_config_values(self):
|
||||
# self.assertEqual(expected, create_config_values())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestGetGodPlayer(unittest.TestCase):
|
||||
def test_get_god_player(self):
|
||||
# self.assertEqual(expected, get_god_player())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestCreateObjects(unittest.TestCase):
|
||||
def test_create_objects(self):
|
||||
# self.assertEqual(expected, create_objects())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestCreateChannels(unittest.TestCase):
|
||||
def test_create_channels(self):
|
||||
# self.assertEqual(expected, create_channels())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestCreateSystemScripts(unittest.TestCase):
|
||||
def test_create_system_scripts(self):
|
||||
# self.assertEqual(expected, create_system_scripts())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestStartGameTime(unittest.TestCase):
|
||||
def test_start_game_time(self):
|
||||
# self.assertEqual(expected, start_game_time())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestCreateAdminMediaLinks(unittest.TestCase):
|
||||
def test_create_admin_media_links(self):
|
||||
# self.assertEqual(expected, create_admin_media_links())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestAtInitialSetup(unittest.TestCase):
|
||||
def test_at_initial_setup(self):
|
||||
# self.assertEqual(expected, at_initial_setup())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestResetServer(unittest.TestCase):
|
||||
def test_reset_server(self):
|
||||
# self.assertEqual(expected, reset_server())
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestHandleSetup(unittest.TestCase):
|
||||
def test_handle_setup(self):
|
||||
# self.assertEqual(expected, handle_setup(last_step))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue