summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Simplify version information (#4492)Jarrod Millman2021-01-031-1/+1
|
* Add testsJarrod Millman2019-10-241-1/+1
|
* Unclear how to test the test helper functionJarrod Millman2019-10-181-1/+1
|
* Use codecov instead of coveralls (#2577)Jarrod Millman2017-08-061-42/+2
|
* Do not include coverage from networkx.externalchebee7i2013-10-251-1/+1
|
* Make coverage report ImportErrors.chebee7i2013-10-051-2/+2
| | | | | This makes travisCI report failures when they are caused by dependency issues or syntax errors or ...
* Better stochastic graph tests.Aric Hagberg2011-11-181-0/+3
| | | | Remove obsolete try/except
* remove create_using option. marginal improvement of testsAric Hagberg2011-11-181-0/+5
|
* fix syntax in .coveragrcAric Hagberg2011-11-181-2/+2
|
* Add converage config file.Aric Hagberg2011-11-171-0/+36
Use nosetests --with-cov (package http://pypi.python.org/pypi/nose-cov)