mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Added table of contents to epub.
This commit is contained in:
@@ -55,10 +55,10 @@ class MakeSheetsTestCase(unittest.TestCase):
|
||||
class EpubOutputTestCase(unittest.TestCase):
|
||||
gm_epub = Path(f"{GMFILE.stem}.epub").resolve()
|
||||
|
||||
# def tearDown(self):
|
||||
# for f in [self.gm_epub]:
|
||||
# if f.exists():
|
||||
# f.unlink()
|
||||
def tearDown(self):
|
||||
for f in [self.gm_epub]:
|
||||
if f.exists():
|
||||
f.unlink()
|
||||
|
||||
def test_file_created(self):
|
||||
# Check that a file is created once the function is run
|
||||
|
||||
Reference in New Issue
Block a user