summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix this testNed Batchelder2012-11-281-2/+4
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-0/+24
* These are obsolete.Ned Batchelder2012-11-251-89/+0
* Add an environment variable to the sub-python test.Ned Batchelder2012-11-241-0/+5
* 'coverage debug sys' shows the python executable, and there's a test that our...Ned Batchelder2012-11-241-0/+17
* Cleaning up.Ned Batchelder2012-11-241-1/+1
* Messages with filenames are not good as %r, because it doubles the backslashe...Ned Batchelder2012-11-231-3/+3
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-231-1/+22
* LintNed Batchelder2012-11-212-4/+4
* Fix IndentationErrors when parsing non-Python files. #82.Ned Batchelder2012-11-211-17/+6
* This is useful during debugging.Ned Batchelder2012-11-211-0/+6
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-11-213-3/+3
|\
| * Now package name can be empty.Ned Batchelder2012-11-213-3/+3
* | Trying to reproduce the latest incarnation of #82Ned Batchelder2012-11-211-0/+29
|/
* Moar tests for XML reporting.Ned Batchelder2012-11-201-1/+54
* I prefer not having docstrings in test methods.Ned Batchelder2012-11-201-7/+3
* lint lintNed Batchelder2012-11-191-1/+1
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-192-8/+31
* This is more correct.Ned Batchelder2012-11-191-1/+1
* Refactor some HTML tests.Ned Batchelder2012-11-191-15/+23
* Create coverage-X.Y aliases also. Closes #111.Ned Batchelder2012-11-171-1/+15
* Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs an...Ned Batchelder2012-11-161-0/+9
|\
* | Refactor, and make it work on older Pythons.Ned Batchelder2012-11-141-1/+20
* | 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
* | A faster way to get the actual path of Windows files, especially when operati...Ned Batchelder2012-11-111-2/+2
* | No longer see a mysterious exception when not able to run code: AttributeErro...Ned Batchelder2012-11-113-0/+4
* | 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 th...Ned Batchelder2012-11-081-0/+9
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't work....Ned Batchelder2012-11-072-6/+35
* | The only good pylint is a quiet pylintNed Batchelder2012-11-052-1/+2
* | Make my backport of assertRegexpMatches truly compatible with the stdlib defi...Ned Batchelder2012-11-041-4/+5
* | 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 sw...Ned Batchelder2012-11-031-0/+33
* | 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