We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d3c12 + be0bb55 commit 851357cCopy full SHA for 851357c
2 files changed
tests/test_exceptions/__init__.py
@@ -0,0 +1,3 @@
1
+"""
2
+Tests for custom exceptions.
3
tests/test_exceptions/test_request_quota_reached.py
@@ -4,6 +4,7 @@
4
5
6
def test_request_quota_reached() -> None:
7
- # See https://github.com/adamtheturtle/vws-python/issues/822 for writing
8
- # this test.
9
- pass
+ """
+ See https://github.com/adamtheturtle/vws-python/issues/822 for writing
+ this test.
10
0 commit comments