More testing

This commit is contained in:
Griatch 2022-05-27 10:47:51 +02:00
parent 9361dff184
commit ec5d27e145
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class EquipmentHandler:
The inventory also doubles as a measure of negative effects. Getting soaked in mud The inventory also doubles as a measure of negative effects. Getting soaked in mud
or slime could gunk up some of your inventory slots and make the items there unusuable or slime could gunk up some of your inventory slots and make the items there unusuable
until you clean them. until you clean them.
""" """
save_attribute = "inventory_slots" save_attribute = "inventory_slots"

View file

@ -32,6 +32,7 @@ class EvAdventureEquipmentTest(EvAdventureMixin, BaseEvenniaTest):
pass pass
class EvAdventureTurnbasedCombatHandlerTest(EvAdventureMixin, BaseEvenniaTest): class EvAdventureTurnbasedCombatHandlerTest(EvAdventureMixin, BaseEvenniaTest):
""" """
Test the turn-based combat-handler implementation. Test the turn-based combat-handler implementation.