mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Comment it out right this time
This commit is contained in:
parent
619bf01348
commit
ccdc0979df
1 changed files with 2 additions and 2 deletions
|
|
@ -1227,7 +1227,7 @@ class TestTurnBattleFunc(EvenniaTest):
|
|||
# Remove the script at the end
|
||||
turnhandler.stop()
|
||||
|
||||
"""
|
||||
"""
|
||||
# Test functions in tb_items.
|
||||
def test_tbitemsfunc(self):
|
||||
attacker = create_object(tb_items.TBItemsCharacter, key="Attacker")
|
||||
|
|
@ -1343,7 +1343,7 @@ class TestTurnBattleFunc(EvenniaTest):
|
|||
self.assertTrue(user.db.conditions == {})
|
||||
# Delete the test character
|
||||
user.delete()
|
||||
""""
|
||||
"""
|
||||
|
||||
# Test tree select
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue