test on the worst case possible

This commit is contained in:
akamhy 2020-05-08 09:56:01 +05:30 committed by GitHub
parent 42ac399362
commit f015c3f4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,8 @@ def test_get():
def test_total_archives(): def test_total_archives():
count1 = waybackpy.total_archives("https://en.wikipedia.org/wiki/Python (programming language)", UA=user_agent) count1 = waybackpy.total_archives(" https://google.com ", UA=user_agent)
assert count1 > 2000 assert count1 > 500000
count2 = waybackpy.total_archives("https://gaha.e4i3n.m5iai3kip6ied.cima/gahh2718gs/ahkst63t7gad8", UA=user_agent) count2 = waybackpy.total_archives("https://gaha.e4i3n.m5iai3kip6ied.cima/gahh2718gs/ahkst63t7gad8", UA=user_agent)
assert count2 == 0 assert count2 == 0