summaryrefslogtreecommitdiff
path: root/coverage/codeunit.py
Commit message (Collapse)AuthorAgeFilesLines
* Move flat_rootname to the base classNed Batchelder2015-01-241-13/+0
|
* Delete obsolete attribute.Ned Batchelder2015-01-241-6/+0
|
* Clean up the module->file logicNed Batchelder2015-01-171-13/+11
|
* Use file names with extensions in reports.Ned Batchelder2015-01-171-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | --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
* Remove unused importsNed Batchelder2015-01-101-1/+0
|
* Move base-class logic from CodeUnit to FileReporterNed Batchelder2015-01-091-48/+2
|
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-3/+0
|
* Move python source understanding into python.pyNed Batchelder2015-01-011-55/+1
|
* Move code_unit_factory into CoverageNed Batchelder2015-01-011-61/+1
|
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-011-7/+11
|
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-011-17/+43
|
* Refactor some of the encoding detectionNed Batchelder2014-12-271-4/+6
|
* Make .pyw work again.Ned Batchelder2014-12-271-43/+0
|
* Unify and clarify reading Python source. Probably broke .pyw filesNed Batchelder2014-12-261-0/+2
|
* Zip files always produce bytes, and test that we get them decoded properly.Ned Batchelder2014-12-131-2/+3
|
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-27/+17
|
* Remove Django hackeryNed Batchelder2014-11-231-59/+0
|
* More plugin re-shapingNed Batchelder2014-10-191-17/+9
|
* Pylint upgrade and cleanup.Ned Batchelder2014-09-211-2/+0
|
* Don't ask people to pass source back into CodeUnitsNed Batchelder2014-09-141-12/+17
|
* Progress on pluginsNed Batchelder2014-09-141-9/+13
|
* Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-041-14/+21
| | | | | --HG-- branch : django
* Hacked-in django template supportNed Batchelder2014-06-121-6/+35
| | | | | --HG-- branch : django
* Adapt to the full_line_map change in MakoNed Batchelder2014-05-271-2/+6
|
* Clean up codeunit, as usualNed Batchelder2014-05-201-5/+5
|
* Improved Mako support. Needs Mako tipNed Batchelder2014-05-201-52/+23
|
* Continued refactoring of CodeUnitNed Batchelder2014-05-181-15/+18
|
* Move shell globbing into cmdline.pyNed Batchelder2014-05-181-10/+1
|
* Refactoring, asymptotically approaching multi-languageNed Batchelder2014-05-041-2/+2
|
* More refactoring of hacked Mako supportNed Batchelder2014-04-181-35/+52
|
* Fix the Mako regexesNed Batchelder2014-03-081-2/+2
|
* Hacked-in Mako support.Ned Batchelder2014-03-081-2/+115
|
* Start on splitting into different parsers for different languagesNed Batchelder2014-03-061-6/+31
|
* Comment spelling and todo bookkeeping.Ned Batchelder2014-03-061-1/+1
|
* Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
| | | | | --HG-- branch : 4.0
* One more pylint improvement: no more multi-statement lines.Ned Batchelder2012-12-301-6/+12
|
* Messages with filenames are not good as %r, because it doubles the ↵Ned Batchelder2012-11-231-1/+1
| | | | backslashes...
* Change one bit.Ned Batchelder2012-11-231-1/+1
|
* Merged Geoff's changeNed Batchelder2012-11-231-0/+2
|\
| * Handle compiled files under JythonGeoff Bache2010-12-101-0/+2
| |
* | Where we deal with .pyc files, also deal with .pyo files. Fixes #195.Ned Batchelder2012-09-061-1/+1
| |
* | Don't complain about files that can't be parsed as Python if they didn't ↵Ned Batchelder2012-04-181-0/+20
| | | | | | | | seem like Python at all. #82.
* | Isolate the open/tokenize.open distinction into backward.pyNed Batchelder2011-01-301-6/+3
| |
* | Properly close files.Brett Cannon2011-01-281-2/+5
|/
* Refactor the --omit and --include support during reporting, and add a test ↵Ned Batchelder2010-08-281-31/+3
| | | | for --include.
* There aren't many places I like putting a function body on the def line, but ↵Ned Batchelder2010-08-281-17/+6
| | | | this looks better.
* Merge latest code from main coverage.py repoNed Batchelder2010-05-291-31/+21
|\
| * Omit and include are now filename patterns rather than prefixes. BACKWARD ↵Ned Batchelder2010-05-231-17/+15
| | | | | | | | INCOMPATIBLE change.
* | fixed a bug caused in 8e1995c8156a - refactoring out omit_filter never ↵David Stanek2010-05-221-2/+2
| | | | | | | | really worked
* | merged in latest changes from Ned's repoDavid Stanek2010-05-211-10/+17
|\ \ | |/ |/|