Skip to content

Commit

Permalink
use nosetests instead of zope.testrunner and test for 100% test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jan 31, 2016
1 parent 5e5c307 commit 7ddbe83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,6 +8,6 @@ install:
- python bootstrap-buildout.py
- bin/buildout
script:
- bin/test -v1
- bin/nosetests --with-coverage --cover-package=zLOG --cover-min-percentage=100%
notifications:
email: false
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -13,6 +13,8 @@ Unreleased
- Normalize package structure (``README.rst``, ``CHANGES.rst``). Synthesize
package description from README.rst and CHANGES.rst.

- Use nose for testing instead of zope.testrunner and test
for 100% test coverage

2.12.0 (2012-08-30)
-------------------
Expand Down
7 changes: 5 additions & 2 deletions buildout.cfg
Expand Up @@ -3,5 +3,8 @@ develop = .
parts = test

[test]
recipe = zc.recipe.testrunner
eggs = zLOG
recipe = zc.recipe.egg
eggs =
Nose
coverage
zLOG

0 comments on commit 7ddbe83

Please sign in to comment.