mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-02 02:48:27 +02:00
Fixed broken tests.
This commit is contained in:
@@ -7,7 +7,7 @@ from dungeonsheets import make_sheets, character, monsters
|
||||
|
||||
EG_DIR = Path(__file__).parent.parent.resolve() / "examples"
|
||||
CHARFILE = EG_DIR / "rogue1.py"
|
||||
GMFILE = EG_DIR / "gm.py"
|
||||
GMFILE = EG_DIR / "gm-session-notes.py"
|
||||
|
||||
|
||||
class MakeSheetsTestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user