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 | 3d88444cd3659fb93f17cbf4288c23bc82f33ead (patch) | |
| tree | 9511c711b54683c478bd81372cbd340ca174cd5c /tests/farm | |
| parent | 929bbdad0d3fa3880834d2981edf457059f1bfff (diff) | |
| download | python-coveragepy-3d88444cd3659fb93f17cbf4288c23bc82f33ead.tar.gz | |
Add annotated test file.
Diffstat (limited to 'tests/farm')
| -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 0000000..6dbf7e0 --- /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") |
