From 2a7337b448a384b5c9202ad33575ec6d6cdef225 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 12 Oct 2020 14:11:33 +0200 Subject: [PATCH] add initial tests --- tests/test_download.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/test_download.py diff --git a/tests/test_download.py b/tests/test_download.py new file mode 100644 index 0000000..5b6e4e7 --- /dev/null +++ b/tests/test_download.py @@ -0,0 +1,12 @@ +import url2markdown + +def test_get_content(): + assert False + + +def test_convert_html_to_markdown(): + assert False + + +def test_add_topics(): + assert False