tests: Multiple changes to tests
- Remove all tests for the old encoding logic - Stop using the `nopecha` test page to test Cloudflare solver - Remove useless tests like testing for infinite timeout - Fixes to make the code compatible with new changes
This commit is contained in:
@@ -77,7 +77,3 @@ class TestStealthyFetcher:
|
||||
**kwargs
|
||||
)
|
||||
assert response.status == 200
|
||||
|
||||
def test_infinite_timeout(self, fetcher):
|
||||
"""Test if infinite timeout breaks the code or not"""
|
||||
assert fetcher.fetch(self.delayed_url, timeout=0).status == 200
|
||||
|
||||
Reference in New Issue
Block a user