summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing white space throughout the projectJon Dufresne2018-11-071-1/+0
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Remove omit from .coveragerc.Seth M Morton2018-05-111-5/+0
|
* Coverage now checks import errors as well.Seth M Morton2014-09-031-3/+0
|
* Adopted new fastnumbers module.Seth M Morton2014-08-121-0/+3
| | | | | | | | | | This module quickly confers strings to numbers, and will speed up the natsort algorithm significantly (if it is installed). In case it is not installed, a "fake_fastnumbers" module is added to natsort that simulates the needed functions. It is found that up to 30% gain in efficiency can be had by using the fastnumbers module.
* Added .coveragerc and coveralls support.Seth M Morton2014-07-141-0/+22
This is a bit more formal method to track coverage than printing out the results in TravisCI. The way natsort is set up, 100% coverage is only possible on python3... the python2 branch does not have the problem of unorderable types.