| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
Fix #363: crash when annotating non-ascii characters in python 2.
|
| |
| |
| |
| |
| | |
--HG--
extra : amend_source : 8297268531b6014e4f2c2a445385f89688a3fb93
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--HG--
rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html
rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html
rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html
rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html
rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html
rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html
rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html
rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html
rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html
rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html
rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html
rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html
rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html
rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html
rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html
rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html
rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html
rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html
rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html
rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html
rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html
rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html
rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html
|
| |
|
| |
|
| |
|
|\ |
|
|/ |
|
|
|
|
| |
available everywhere.
|
| |
|
|
|
|
| |
INCOMPATIBLE change.
|
|
|
|
| |
include.
|
| |
|
|
|
|
|
|
|
|
|
| |
the beginning of the path for any file that is going to be included in code coverage
make the --omit and --require options apply to code coverage generation as well as to reporting; This speeds up tests from 6 seconds to 1 second on my system, as well as making the resulting .coverage db include *only* the code that I care about, which helps with my code coverage progression/regression tool.
--HG--
extra : transplant_source : %1F.4%81%E8%DA%0B%D0%D5%9D%89%DE%E1vY%E6%CD%1A%EB%C9
|
| |
|
| |
|
|
|
|
| |
the paths displayed in the HTML are kind of heinous.
|
|
|
|
| |
for annotate.py
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
CodeUnit passed in.
|
| |
|
|
|