Skip to content

Commit 2e55e6c

Browse files
Merge pull request #831 from adamtheturtle/a-few-renames
Update a few classes to minimise diff with client
2 parents 7c6a9e8 + 597719e commit 2e55e6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_add_target.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from vws import VWS
1111

1212

13-
class TestSuccess:
13+
class TestAddTarget:
1414
"""
15-
Tests for successfully adding a target.
15+
Tests for adding a target.
1616
"""
1717

1818
def test_add_target(
@@ -49,9 +49,9 @@ def test_add_two_targets(
4949
client.add_target(name='a', width=1, image=high_quality_image)
5050

5151

52-
class TestCustomBaseURL:
52+
class TestCustomBaseVWSURL:
5353
"""
54-
Tests for adding images to databases under custom VWS URLs.
54+
Tests for using a custom base VWS URL.
5555
"""
5656

5757
def test_custom_base_url(self, high_quality_image: io.BytesIO) -> None:

0 commit comments

Comments
 (0)