Skip to content

Commit be0bb55

Browse files
Merge pull request #823 from adamtheturtle/test-exceptions
Add a separate directory for exception tests
2 parents d921961 + e1025ef commit be0bb55

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
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+
"""
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""
2+
Tests for hitting the 'RequestQuotaReached' exception.
3+
"""
4+
5+
6+
def test_request_quota_reached() -> None:
7+
"""
8+
See https://github.com/adamtheturtle/vws-python/issues/822 for writing
9+
this test.
10+
"""
File renamed without changes.

0 commit comments

Comments
 (0)