From dcf53962f59a23e86ff3d64289d334aaa7530d7f Mon Sep 17 00:00:00 2001 From: kevindaffaarr Date: Fri, 6 Jan 2023 20:33:51 +0700 Subject: [PATCH] - --- loconotion/tests/test_sitemap.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 loconotion/tests/test_sitemap.py diff --git a/loconotion/tests/test_sitemap.py b/loconotion/tests/test_sitemap.py deleted file mode 100644 index 068e86c..0000000 --- a/loconotion/tests/test_sitemap.py +++ /dev/null @@ -1,14 +0,0 @@ -import sys -sys.path.insert(0, "D:\\Other Projects\\loconotion\\loconotion") - -from modules.notionparser import Parser - -def test_parse_sample_page(): - config={"page": "https://www.notion.so/Loconotion-Example-Page-03c403f4fdc94cc1b315b9469a8950ef", "domain": "example.com"} - args = {"timeout": 10, "single_page": True} - parser = Parser(config, args) - parser.run() - pass - -if __name__ == "__main__": - test_parse_sample_page()