Skip to content

Commit 851357c

Browse files
committed
Merge remote-tracking branch 'origin/master' into test-image-too-large
2 parents c6d3c12 + be0bb55 commit 851357c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

tests/test_exceptions/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""
2+
Tests for custom exceptions.
3+
"""

tests/test_exceptions/test_request_quota_reached.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
def test_request_quota_reached() -> None:
7-
# See https://github.com/adamtheturtle/vws-python/issues/822 for writing
8-
# this test.
9-
pass
7+
"""
8+
See https://github.com/adamtheturtle/vws-python/issues/822 for writing
9+
this test.
10+
"""

0 commit comments

Comments
 (0)