mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02: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,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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue