summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-07 12:06:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-07 12:06:11 -0500
commit152dd7d6e4b9a53e89cb7ec0cacf0f01be4abc73 (patch)
tree7afcc1a641b7dfad81367f585e4d862df732271d /tests/test_arcs.py
parent1a57255a7fe11f6a4318b728dfa90131c97b7eee (diff)
downloadpython-coveragepy-git-152dd7d6e4b9a53e89cb7ec0cacf0f01be4abc73.tar.gz
Clean up small stuff
--HG-- branch : ast-branch
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")