We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb3674 commit 8b73d34Copy full SHA for 8b73d34
tests/test_exceptions/test_request_quota_reached.py
@@ -0,0 +1,9 @@
1
+"""
2
+Tests for hitting the 'RequestQuotaReached' exception.
3
4
+
5
6
+def test_request_quota_reached():
7
+ # See https://github.com/adamtheturtle/vws-python/issues/822 for writing
8
+ # this test.
9
+ pass
0 commit comments