Comment out tb_items tests for now

This commit is contained in:
FlutterSprite 2017-11-29 20:08:22 -08:00 committed by GitHub
parent dc67f4b871
commit 2549a8d8e1

View file

@ -1316,6 +1316,8 @@ class TestTurnBattleFunc(EvenniaTest):
# Spend item use
tb_items.spend_item_use(test_healpotion, user)
self.assertTrue(test_healpotion.db.item_uses == 2)
# Commenting this stuff out just to make sure it's the problem.
"""
# Use item
user.db.hp = 2
tb_items.use_item(user, test_healpotion, user)
@ -1340,6 +1342,7 @@ class TestTurnBattleFunc(EvenniaTest):
self.assertTrue(user.db.conditions == {})
# Delete the test character
user.delete()
"""
# Test tree select