summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Collapse)AuthorAgeFilesLines
...
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-0/+1
|
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-101-0/+7
|
* One start() was missing a stop(), which caused meta issues on appveyorNed Batchelder2017-11-041-0/+1
|
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-241-5/+3
|
* Left over import from deleting a testNed Batchelder2017-10-241-2/+0
|
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-071-0/+7
| | | | | close #265 close #101
* Belatedly add a test for #541, so we can fix #265 for realNed Batchelder2017-10-241-0/+26
|
* Bug 581 was fixed, don't need the skipped test any moreNed Batchelder2017-10-231-38/+0
|
* Add a failing skipped test for #581Ned Batchelder2017-06-071-0/+40
|
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-041-4/+13
| | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-041-16/+6
|
* Convert two warnings tests to non-processNed Batchelder2017-04-061-0/+43
|
* Ugly: have to pragma away nested coverageNed Batchelder2017-03-111-24/+24
|
* Cleanly stop coverage objects, for metacovNed Batchelder2017-03-111-0/+6
| | | | | Without these cov.stop() calls, the collector stack is wrong when doing meta-coverage.
* Collecting continues after saving data. #79 #448Ned Batchelder2017-03-031-2/+49
|
* Use the test-specific chdir methodNed Batchelder2017-02-111-3/+1
|
* Get rid of an unnecessary methodNed Batchelder2017-02-101-3/+3
|
* Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-251-2/+2
|
* More pragmas for test skipsNed Batchelder2017-01-141-1/+1
|
* Clean up for pull request #122Ned Batchelder2017-01-141-1/+9
|
* Merged in dachary/coverage.py/issue-426 (pull request #122)Ned Batchelder2017-01-141-4/+3
|\ | | | | | | make --source module do the same as --source directory #426
| * simplify --source=pkg test casesloic@dachary.org2017-01-101-4/+3
| | | | | | | | | | | | | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package. --HG-- branch : issue-426
* | Jython has no multiprocessing moduleNed Batchelder2017-01-131-1/+1
|/
* Don't collapse in an ascii-only file-world. #533Ned Batchelder2016-11-171-10/+0
|
* Add a test for #533Ned Batchelder2016-11-171-0/+10
|
* Use latest pylintNed Batchelder2016-08-071-3/+3
|
* Combining twice shouldn't lose data. #412, #516Ned Batchelder2016-08-071-4/+27
|
* Update pylint to 1.5.6Ned Batchelder2016-06-251-3/+3
|
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
|
* Clean upsNed Batchelder2016-05-201-1/+4
|
* Restore Reporter.file_reporters, with a deprecation warning.Ned Batchelder2016-05-201-0/+16
|
* Correct the defaults for coverage.report(show_missing=None, skip_covered=None)Ned Batchelder2016-05-081-1/+1
|
* Don't get confused by namespace packages #456Ned Batchelder2016-05-081-0/+21
|
* Change if-0 skips to real skips in the testsNed Batchelder2015-12-251-12/+11
|
* Combining now issues warnings on unreadable files, unconditionallyNed Batchelder2015-10-041-14/+3
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-18/+56
|
* A better name for this testNed Batchelder2015-10-031-2/+2
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Make FarmTestCase a real TestCaseNed Batchelder2015-08-171-1/+2
|
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
|
* Use the new class nameNed Batchelder2015-07-271-22/+22
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
|
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-1/+1
|
* Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-111-2/+2
|
* Correct commentIonel Cristian Maries2015-06-281-1/+1
|
* Fix various assertions.Ionel Cristian Maries2015-06-281-1/+2
|
* Remove the module-level singleton functions.Ned Batchelder2015-05-271-75/+0
|
* Vertical importsNed Batchelder2015-02-091-1/+5
|
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-5/+3
|
* Use file names with extensions in reports.Ned Batchelder2015-01-171-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | --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