Comment it out right this time

This commit is contained in:
FlutterSprite 2017-11-29 20:32:00 -08:00 committed by GitHub
parent a3caaf8c5f
commit 1420c8773e

View file

@ -1227,7 +1227,7 @@ class TestTurnBattleFunc(EvenniaTest):
# Remove the script at the end # Remove the script at the end
turnhandler.stop() turnhandler.stop()
""" """
# Test functions in tb_items. # Test functions in tb_items.
def test_tbitemsfunc(self): def test_tbitemsfunc(self):
attacker = create_object(tb_items.TBItemsCharacter, key="Attacker") attacker = create_object(tb_items.TBItemsCharacter, key="Attacker")
@ -1343,7 +1343,7 @@ class TestTurnBattleFunc(EvenniaTest):
self.assertTrue(user.db.conditions == {}) self.assertTrue(user.db.conditions == {})
# Delete the test character # Delete the test character
user.delete() user.delete()
"""" """
# Test tree select # Test tree select