enumerate questions with alphabet, convert md to pdf with docker sdk
This commit is contained in:
8
tests.py
8
tests.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user