enumerate questions with alphabet, convert md to pdf with docker sdk

This commit is contained in:
dechert
2021-06-15 16:58:16 +02:00
parent fe37165a23
commit 11387d34cc
3 changed files with 34 additions and 4 deletions

View File

@@ -24,6 +24,14 @@ class TestDiary(unittest.TestCase):
# assert file was created
assert(os.path.exists(os.path.join(BASE_FODLER, "slide-deck.md")))
def test_to_pdf(self):
# python command_line 2021-01
BASE_FODLER = "test_data"
converter.to_pdf("slide-deck.md")
# assert file was created
assert(os.path.exists(os.path.join(BASE_FODLER, "slide-deck.md")))
# def test_create_month_file_january(self):
# # python command_line 2021-01
# BASE_FODLER = "test_data"