aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-09-23 07:44:44 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-09-23 07:44:44 -0400
commit291c04af647559317fc9f9f392ad43841ec509ad (patch)
tree13a72906223927180001b362d086c82401cb7843 /test/test_extractor.py
parent065386e00c7a6c8bbe4bb23a545a7fc7b2c09a4a (diff)
parent42b62671fabfdcf983a9575221420d85f7fbcac1 (diff)
Update upstream source from tag 'upstream/1.30.8'
Update to upstream version '1.30.8' with Debian dir 51367313d3355f7d0d16a754c5c63135fb3c72e2
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py
index f8b8f09..a623e1d 100644
--- a/test/test_extractor.py
+++ b/test/test_extractor.py
@@ -156,6 +156,9 @@ class TestExtractorModule(unittest.TestCase):
self.fail(f"{cls.__name__} pattern does not match "
f"example URL '{cls.example}'")
+ self.assertEqual(cls, extr.__class__)
+ self.assertEqual(cls, extractor.find(cls.example).__class__)
+
extr.request = fail_request
extr.initialize()
extr.finalize()