We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6a9e8 commit 597719eCopy full SHA for 597719e
tests/test_add_target.py
@@ -10,9 +10,9 @@
10
from vws import VWS
11
12
13
-class TestSuccess:
+class TestAddTarget:
14
"""
15
- Tests for successfully adding a target.
+ Tests for adding a target.
16
17
18
def test_add_target(
@@ -49,9 +49,9 @@ def test_add_two_targets(
49
client.add_target(name='a', width=1, image=high_quality_image)
50
51
52
-class TestCustomBaseURL:
+class TestCustomBaseVWSURL:
53
54
- Tests for adding images to databases under custom VWS URLs.
+ Tests for using a custom base VWS URL.
55
56
57
def test_custom_base_url(self, high_quality_image: io.BytesIO) -> None:
0 commit comments