mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-04 20:09:16 +02:00
Updated latest tests to pass
This commit is contained in:
@@ -180,7 +180,7 @@ class DruidTestCase(TestCase):
|
|||||||
spells_prepared=['druidcraft'])
|
spells_prepared=['druidcraft'])
|
||||||
# self.assertEqual(len(char.spells), 1)
|
# self.assertEqual(len(char.spells), 1)
|
||||||
self.assertEqual(len(char.spells), 2)
|
self.assertEqual(len(char.spells), 2)
|
||||||
self.assertIsInstance(char.spells[1], spells.Druidcraft)
|
self.assertIn(spells.Druidcraft(), char.spells)
|
||||||
|
|
||||||
def test_wild_shapes(self):
|
def test_wild_shapes(self):
|
||||||
char = Druid()
|
char = Druid()
|
||||||
|
|||||||
Reference in New Issue
Block a user