X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=tests%2Fmisc.py;h=a27f0d0a1f8c0a3330be0e6c6906e3a7d6d53fd2;hb=bdb93117ce0f2b08b7b70cf43ac086afa4689c0f;hp=b0fb872bbdc2f34b65f2c3f843762c451c34baa0;hpb=3c065cb3174a323df64e875537d2ad6db6596d62;p=plomtask diff --git a/tests/misc.py b/tests/misc.py index b0fb872..a27f0d0 100644 --- a/tests/misc.py +++ b/tests/misc.py @@ -151,7 +151,7 @@ class TestsWithServer(TestCaseWithServer): """Tests against our HTTP server/handler (and database).""" def test_do_GET(self) -> None: - """Test / redirect, and unknown targets failing.""" + """Test GET / redirect, and unknown targets failing.""" self.conn.request('GET', '/') self.check_redirect('/day') self.check_get('/foo', 404)