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,24 +0,0 @@
|
|||
import unittest
|
||||
|
||||
class TestSearchObjectTag(unittest.TestCase):
|
||||
def test_search_object_tag(self):
|
||||
# self.assertEqual(expected, search_object_tag(key, category))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestSearchPlayerTag(unittest.TestCase):
|
||||
def test_search_player_tag(self):
|
||||
# self.assertEqual(expected, search_player_tag(key, category))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestSearchScriptTag(unittest.TestCase):
|
||||
def test_search_script_tag(self):
|
||||
# self.assertEqual(expected, search_script_tag(key, category))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
class TestSearchChannelTag(unittest.TestCase):
|
||||
def test_search_channel_tag(self):
|
||||
# self.assertEqual(expected, search_channel_tag(key, category))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue