mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-02 02:48:27 +02:00
Added spell list to the epub, and cleaned up dict-list style sheet.
This commit is contained in:
@@ -42,3 +42,7 @@ class TestSpells(TestCase):
|
||||
# Try with a ritual and a concentration
|
||||
spell.concentration = True
|
||||
self.assertEqual(str(spell), "My spell (R, C)")
|
||||
# Try with ritual/concentration/verbal/somatic
|
||||
# spell.
|
||||
# self.assertEqual(str(spell), "My spell (R, C)")
|
||||
# # Try with material components with a cost
|
||||
|
||||
Reference in New Issue
Block a user