Refactor Test Code for Efficiency and Quality (#1100)

This commit is contained in:
Han Wang
2024-04-21 00:00:31 +01:00
committed by GitHub
parent 1f77254d71
commit 08cb018e11
29 changed files with 188 additions and 218 deletions

View File

@@ -183,4 +183,4 @@ def test_plugin_guilded_general(mock_post):
footer=True, thumbnail=False)
# Test that we get a string response
assert isinstance(obj.url(), str) is True
assert isinstance(obj.url(), str)