diff options
author | Leonardo Pistone <lpistone@gmail.com> | 2015-04-14 20:22:21 +0200 |
---|---|---|
committer | Leonardo Pistone <lpistone@gmail.com> | 2015-04-14 20:22:21 +0200 |
commit | 0d454947d16f790c7566c09666973dadf538ec20 (patch) | |
tree | a4debcebb67815913b273525c2d4705ea251816f | |
parent | 0ebd4f0ebab9620a6fc74cb4c0d337ba2c2d8916 (diff) | |
download | python-coveragepy-git-0d454947d16f790c7566c09666973dadf538ec20.tar.gz |
Add annotated test file.
-rw-r--r-- | tests/farm/annotate/gold_encogings/utf8.py,cover | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/farm/annotate/gold_encogings/utf8.py,cover b/tests/farm/annotate/gold_encogings/utf8.py,cover new file mode 100644 index 00000000..6dbf7e0d --- /dev/null +++ b/tests/farm/annotate/gold_encogings/utf8.py,cover @@ -0,0 +1,4 @@ + # -*- coding: utf-8 -*- + # This comment has an accent: é + +> print("spam eggs") |