diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-26 20:08:24 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-26 20:08:24 -0400 |
| commit | ecf5b0dfcf5b15d8325666beed0c101efc35ec23 (patch) | |
| tree | c84d662dbd398602696e573aa03c483ff456b8bb /test/farm/html/othersrc | |
| parent | 13a69926134a926ea047d91bff06865bd5097a04 (diff) | |
| download | python-coveragepy-git-ecf5b0dfcf5b15d8325666beed0c101efc35ec23.tar.gz | |
HTML report includes non-relative code units also. Fixes issue #11, though the paths displayed in the HTML are kind of heinous.
Diffstat (limited to 'test/farm/html/othersrc')
| -rw-r--r-- | test/farm/html/othersrc/other.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/farm/html/othersrc/other.py b/test/farm/html/othersrc/other.py new file mode 100644 index 00000000..6d3f86e7 --- /dev/null +++ b/test/farm/html/othersrc/other.py @@ -0,0 +1,4 @@ +# A file in another directory. We're checking that it ends up in the +# HTML report. + +print("This is the other src!") |
