diff options
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r-- | tests/test_arcs.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |