add initial tests

This commit is contained in:
Andreas Zweili 2020-10-12 14:11:33 +02:00
parent 53f4fec2a1
commit 2a7337b448
1 changed files with 12 additions and 0 deletions

12
tests/test_download.py Normal file
View File

@ -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