summaryrefslogtreecommitdiff
path: root/tests/test_codeunit.py
Commit message (Collapse)AuthorAgeFilesLines
* codeunit -> filereporterNed Batchelder2015-02-211-120/+0
|
* Rename CodeUnit to FileReporterNed Batchelder2015-02-211-18/+18
|
* Get rid of CodeUnit, FileReporter is the new thing.Ned Batchelder2015-02-211-5/+5
|
* When finding the source for a frame, really check if it existsNed Batchelder2015-01-171-6/+11
|
* Use file names with extensions in reports.Ned Batchelder2015-01-171-24/+24
|
* Move python source understanding into python.pyNed Batchelder2015-01-011-1/+2
|
* Move code_unit_factory into CoverageNed Batchelder2015-01-011-24/+29
|
* Refactoring FileLocators and codeunit factories, more to come.Ned Batchelder2015-01-011-18/+14
|
* Be a little clearer about when we expect one thing, and when we expect a listNed Batchelder2015-01-011-26/+26
|
* Zip files always produce bytes, and test that we get them decoded properly.Ned Batchelder2014-12-131-2/+2
|
* PEP8 improvementsNed Batchelder2014-12-131-9/+19
|
* Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|
* Continued refactoring of CodeUnitNed Batchelder2014-05-181-14/+14
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+103
package.