Added saving throws and skills.

This commit is contained in:
Mark Wolfman
2018-03-26 23:50:26 -05:00
parent d680cdc296
commit bbfc8ff295
7 changed files with 175 additions and 19 deletions
+1
View File
@@ -4,6 +4,7 @@ from unittest import TestCase
from dungeonsheets.character import Character
class TestCharacter(TestCase):
"""Tests for the generic character base class."""