summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Once you start unit testing setup.py, where do you stop??Ned Batchelder2012-11-121-1/+13
|
* Add assertGreater to our arsenal.Ned Batchelder2012-11-122-0/+15
|
* Don't import coverage into setup.py to get the version number. Do something ↵Ned Batchelder2012-11-121-0/+18
| | | | far worse... :) #73
* A faster way to get the actual path of Windows files, especially when ↵Ned Batchelder2012-11-111-2/+2
| | | | operating on lots of files in the same directory.
* No longer see a mysterious exception when not able to run code: ↵Ned Batchelder2012-11-113-0/+4
| | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153
* lintNed Batchelder2012-11-112-3/+7
|
* More converstion to assertIn and assertNotIn.Ned Batchelder2012-11-113-31/+31
|
* Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-111-0/+30
|
* Add in assertNotIn.Ned Batchelder2012-11-104-9/+20
|
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-105-9/+8
|
* Properly test that config file HTML titles can be non-ascii.Ned Batchelder2012-11-102-11/+39
|
* Test that make_file can truly make a utf8 file.Ned Batchelder2012-11-101-2/+12
|
* Refactor the config parsing.Ned Batchelder2012-11-101-6/+18
|
* Now the title of the HTML report can be set.Ned Batchelder2012-11-093-12/+46
|
* Add assertIn for test use.Ned Batchelder2012-11-092-1/+16
|
* A nicer way to neuter this test.Ned Batchelder2012-11-081-12/+13
|
* A failure during XML reporting would leave an empty XML file behind. #210Ned Batchelder2012-11-081-2/+9
|
* A work-in-progress for #207, a minor improvement, and a commented-out test ↵Ned Batchelder2012-11-081-0/+9
| | | | that shows the problem.
* Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵Ned Batchelder2012-11-072-6/+35
| | | | work. Now it does.
* The only good pylint is a quiet pylintNed Batchelder2012-11-052-1/+2
|
* Make my backport of assertRegexpMatches truly compatible with the stdlib ↵Ned Batchelder2012-11-041-4/+5
| | | | definition
* The old way of getting help text was just weird.Ned Batchelder2012-11-041-0/+6
|
* pylint clean-up.Ned Batchelder2012-11-032-15/+17
|
* Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵Ned Batchelder2012-11-031-0/+33
| | | | switch, and exit with 2 if the coverage is less than MIN.
* The reporting functions now return a float, the total percentage covered.Ned Batchelder2012-11-031-0/+35
|
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-308-8/+1
|
* py3 is strict about modifying lists you're iterating.Ned Batchelder2012-10-291-1/+1
|
* Fix #163: embarassingly, the wildcards for include and omit didn't work ↵Ned Batchelder2012-10-292-98/+95
| | | | properly for reporting functions. This is now fixed.
* MergedNed Batchelder2012-10-272-4/+12
|\
| * Make a mixin for a test: super is hard, let's go shopping.Ned Batchelder2012-10-272-4/+12
| |
* | A more convenient asserterNed Batchelder2012-10-211-17/+13
| |
* | Minor style tweaksNed Batchelder2012-10-211-2/+2
|/
* Fix this test on windows.Ned Batchelder2012-09-291-1/+5
|
* Fix #194: a file path could have its prefix twice.Ned Batchelder2012-09-081-0/+7
|
* Add a positive assertion to the recent cant-parse-html testNed Batchelder2012-08-011-0/+1
|
* Make the new test also run in Py3Ned Batchelder2012-07-311-1/+4
|
* Finish the paperwork on Julian's patch.Ned Batchelder2012-07-311-1/+0
|
* Don't report coverage for non-Python source files even if __file__ says they ↵Julian Berman2012-07-311-0/+18
| | | | | | were executed. Closes #82
* If the C tracer is missing during testing, make the problem immediately ↵Ned Batchelder2012-07-071-1/+1
| | | | apparent.
* Add a note to MemoryLeakTest about its difficulties.Ned Batchelder2012-07-041-1/+7
|
* With --source=dir, dir/__init__.py need not exist any longer, but ↵Ned Batchelder2012-07-041-2/+1
| | | | dir/sub/__init__.py still does.
* The gold files for the test for #179.Ned Batchelder2012-05-142-0/+194
|
* Add a test case for bug #179.Ned Batchelder2012-05-113-1/+33
|
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-207-1/+491
| | | | gets copied into the HTML report.
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-202-4/+46
|
* Test (and fix) the summary reporting failures due to not being able to parse ↵Ned Batchelder2012-04-201-0/+52
| | | | the file.
* Add show_missing to the config file. #173.Ned Batchelder2012-04-181-0/+3
|
* Make the tests pass on 3.3.0a1Ned Batchelder2012-03-251-1/+4
|
* When looking for python files, don't take suspicious ones. Fixes #168.Ned Batchelder2012-03-241-0/+1
|
* Don't need these files, they aren't part of the comparison.Ned Batchelder2012-03-229-1034/+0
|