summaryrefslogtreecommitdiff
path: root/tests/test_phystokens.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-12-24 11:12:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-12-24 11:12:48 -0500
commit2e26087a667c3324326f623985129b759c4a8269 (patch)
tree42008c1655745ab924a6ade74a0ace48dee88c1f /tests/test_phystokens.py
parenta009330b115dddf200b9473606ab9e0b881eff02 (diff)
downloadpython-coveragepy-git-2e26087a667c3324326f623985129b759c4a8269.tar.gz
Add a missing docstring
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r--tests/test_phystokens.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py
index 1e88772a..380f36ff 100644
--- a/tests/test_phystokens.py
+++ b/tests/test_phystokens.py
@@ -184,6 +184,7 @@ class CompileUnicodeTest(CoverageTest):
run_in_temp_dir = False
def assert_compile_unicode(self, source):
+ """Assert that `source` will compile properly with `compile_unicode`."""
source += u"a = 42\n"
# This doesn't raise an exception:
code = compile_unicode(source, "<string>", "exec")