summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_arcs.py')
-rw-r--r--tests/test_arcs.py2
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")