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/src | |
| 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/src')
| -rw-r--r-- | test/farm/html/src/here.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/farm/html/src/here.py b/test/farm/html/src/here.py new file mode 100644 index 00000000..d0d26ea7 --- /dev/null +++ b/test/farm/html/src/here.py @@ -0,0 +1,8 @@ +# A test file for HTML reporting by coverage. + +import other + +if 1 < 2: + h = 3 +else: + h = 4 |
