From a6f44e46595e33475e6a0716763bbac0e6af4e46 Mon Sep 17 00:00:00 2001 From: ZhymabekRoman Date: Wed, 25 Sep 2024 09:24:25 +0500 Subject: [PATCH] chore: tests --- tests/__init__.py | 0 test.py => tests/smokie_tests.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 tests/__init__.py rename test.py => tests/smokie_tests.py (97%) diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test.py b/tests/smokie_tests.py similarity index 97% rename from test.py rename to tests/smokie_tests.py index f716178..de8f832 100644 --- a/test.py +++ b/tests/smokie_tests.py @@ -20,6 +20,7 @@ url_for_test = { "https://johndanielraines.medium.com/be-an-engineer-not-a-frameworker-c58fe28d0c88", "https://medium.com/coding-beauty/parseint-strange-behavior-cdff5e1f9ff7", # <---- Title renderer some weird characters "https://medium.com/macoclock/the-11-craziest-and-most-advanced-macos-tips-tricks-ive-ever-seen-cd842ce3f0a3", # Still have some problem on paragraph_id 236e7049b537_43 + "https://www.freedium.cfd/c81e00f6320d", } blacklist_url = {"51e23c5a2aac"}