From 152dd7d6e4b9a53e89cb7ec0cacf0f01be4abc73 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 7 Jan 2016 12:06:11 -0500 Subject: Clean up small stuff --HG-- branch : ast-branch --- tests/test_arcs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_arcs.py b/tests/test_arcs.py index b7976889..28c1df72 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -1032,6 +1032,8 @@ class DecoractorArcTest(CoverageTest): class AsyncTest(CoverageTest): + """Tests of the new async and await keywords in Python 3.5""" + def setUp(self): if env.PYVERSION < (3, 5): self.skip("Async features are new in Python 3.5") -- cgit v1.2.1