Reshuffling the Evennia package into the new template paradigm.

This commit is contained in:
Griatch 2015-01-06 14:53:45 +01:00
parent 2846e64833
commit 2b3a32e447
371 changed files with 17250 additions and 304 deletions

View file

@ -1,14 +0,0 @@
import unittest
class TestGetAndMergeCmdsets(unittest.TestCase):
def test_get_and_merge_cmdsets(self):
# self.assertEqual(expected, get_and_merge_cmdsets(caller, session, player, obj, callertype, sessid))
assert True # TODO: implement your test here
class TestCmdhandler(unittest.TestCase):
def test_cmdhandler(self):
# self.assertEqual(expected, cmdhandler(called_by, raw_string, _testing, callertype, sessid))
assert True # TODO: implement your test here
if __name__ == '__main__':
unittest.main()