Merge pull request #26 from stevepeak/master

Coverage reporting
This commit is contained in:
Carles Barrobés i Meix 2015-05-14 13:55:03 +02:00
commit 9e9998bd13
3 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,4 @@ install: pip install -r requirements/test.txt
script:
- nosetests --with-cov --cover-package=ddt
- flake8 ddt.py test
- codecov

View File

@ -1,6 +1,7 @@
[![Build Status](https://travis-ci.org/txels/ddt.png)](https://travis-ci.org/bulkan/ddt)
[![Code Health](https://landscape.io/github/txels/ddt/master/landscape.svg)](https://landscape.io/github/txels/ddt/master)
[![Can I Use Python 3?](https://caniusepython3.com/project/ddt.svg)](https://caniusepython3.com/project/ddt)
[![codecov.io](https://codecov.io/github/txels/ddt/coverage.svg?branch=master)](https://codecov.io/github/txels/ddt)
DDT (Data-Driven Tests) allows you to multiply one test case
by running it with different test data, and make it appear as

View File

@ -1,3 +1,4 @@
codecov
coverage
flake8
nose