remove some tests

This commit is contained in:
Andreas Zweili 2020-10-12 15:17:05 +02:00
parent 59ede0eccb
commit 506297be6b
1 changed files with 0 additions and 8 deletions

View File

@ -5,11 +5,3 @@ from url2markdown.downloader import downloader
def test_get_content():
article = downloader('https://newspaper.readthedocs.io/en/latest/user_guide/quickstart.html')
assert type(article) == Article
def test_convert_html_to_markdown():
assert False
def test_add_topics():
assert False