We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3ca35 commit 68080f7Copy full SHA for 68080f7
examples/github_stats/test_app.py
@@ -12,7 +12,7 @@
12
from ...test_client import ServerTest
13
14
15
-class TestAutoRetry(unittest.TestCase):
+class TestGithubStats(unittest.TestCase):
16
@mock.patch.dict(
17
os.environ,
18
{
@@ -36,6 +36,7 @@ def test_foo(self):
36
response = http_client.get("/")
37
self.assertEqual(response.status_code, 200)
38
39
+ server.execute(app_client)
40
server.execute(app_client)
41
42
self.assertEqual(len(servicer.responses), 1)
0 commit comments