From 99abdb7c671c4fec7dbd8b5aca53528c263596c3 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:16:39 +0530 Subject: [PATCH] Update test_1.py --- tests/test_1.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tests/test_1.py b/tests/test_1.py index c63af3c..d4a24fb 100644 --- a/tests/test_1.py +++ b/tests/test_1.py @@ -128,24 +128,3 @@ def test_total_archives(): time.sleep(5) target = waybackpy.Url(" https://gaha.e4i3n.m5iai3kip6ied.cima/gahh2718gs/ahkst63t7gad8 ", user_agent) assert target.total_archives() == 0 - -if __name__ == "__main__": - test_clean_url() - print(".") #1 - test_url_check() - print(".") #1 - test_get() - print(".") #3 - test_near() - print(".") #4 - test_newest() - print(".") #5 - test_save() - print(".") #6 - test_oldest() - print(".") #7 - test_total_archives() - print(".") #8 - test_wayback_timestamp() - print(".") #9 - print("OK")