diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:16:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-19 08:16:50 -0400 |
commit | ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f (patch) | |
tree | 8c947e89e203e9ff105f358809e453f49c45b087 /test | |
parent | ffc86c415c32d5d2b55da35bb9a16e82e7d8e133 (diff) | |
download | python-coveragepy-ca1b25a3089a7db3d5a08c2a317a2f689f2ff34f.tar.gz |
Annotated files are only created for source files relative to the current directory. When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide.
Diffstat (limited to 'test')
-rw-r--r-- | test/farm/annotate/gold_anno_dir/a___init__.py,cover | 0 | ||||
-rw-r--r-- | test/farm/annotate/gold_anno_dir/a_a.py,cover (renamed from test/farm/annotate/gold_anno_dir/a.py,cover) | 0 | ||||
-rw-r--r-- | test/farm/annotate/gold_anno_dir/b___init__.py,cover | 0 | ||||
-rw-r--r-- | test/farm/annotate/gold_anno_dir/b_b.py,cover (renamed from test/farm/annotate/gold_anno_dir/b.py,cover) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/farm/annotate/gold_anno_dir/a___init__.py,cover b/test/farm/annotate/gold_anno_dir/a___init__.py,cover new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/farm/annotate/gold_anno_dir/a___init__.py,cover diff --git a/test/farm/annotate/gold_anno_dir/a.py,cover b/test/farm/annotate/gold_anno_dir/a_a.py,cover index 0c858f4..0c858f4 100644 --- a/test/farm/annotate/gold_anno_dir/a.py,cover +++ b/test/farm/annotate/gold_anno_dir/a_a.py,cover diff --git a/test/farm/annotate/gold_anno_dir/b___init__.py,cover b/test/farm/annotate/gold_anno_dir/b___init__.py,cover new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/farm/annotate/gold_anno_dir/b___init__.py,cover diff --git a/test/farm/annotate/gold_anno_dir/b.py,cover b/test/farm/annotate/gold_anno_dir/b_b.py,cover index 0bd04da..0bd04da 100644 --- a/test/farm/annotate/gold_anno_dir/b.py,cover +++ b/test/farm/annotate/gold_anno_dir/b_b.py,cover |