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 | 4d45dc8c234eee1b4bd6da9eac409d588eba9455 (patch) | |
tree | 387e5f55061359707d33b39681ad555d5e9ef0b5 /test | |
parent | 89fbd04106100a4cc821cc41bac2e9301bda33ec (diff) | |
download | python-coveragepy-git-4d45dc8c234eee1b4bd6da9eac409d588eba9455.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.
--HG--
rename : test/farm/annotate/gold_anno_dir/a.py,cover => test/farm/annotate/gold_anno_dir/a_a.py,cover
rename : test/farm/annotate/gold_anno_dir/b.py,cover => test/farm/annotate/gold_anno_dir/b_b.py,cover
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 00000000..e69de29b --- /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 0c858f41..0c858f41 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 00000000..e69de29b --- /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 0bd04dac..0bd04dac 100644 --- a/test/farm/annotate/gold_anno_dir/b.py,cover +++ b/test/farm/annotate/gold_anno_dir/b_b.py,cover |