fix(Texthandler): Replace get_all with getall to match the Selector class
This commit is contained in:
@@ -357,7 +357,7 @@ class TestTextHandlerAdvanced:
|
||||
"""Test TextHandlers.extract() returns self"""
|
||||
handlers = TextHandlers([TextHandler("a"), TextHandler("b")])
|
||||
assert handlers.extract() is handlers
|
||||
assert handlers.get_all() is handlers
|
||||
assert handlers.getall() is handlers
|
||||
|
||||
|
||||
class TestSelectorsAdvanced:
|
||||
|
||||
Reference in New Issue
Block a user