add cover-packge to coverage config

This commit is contained in:
Steve Pulec 2013-03-10 23:46:44 -04:00
parent 7e9452b7d1
commit 127a0d5993
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ exclude_lines =
[run] [run]
include = moto/*
omit = moto/packages/* omit = moto/packages/*

View File

@ -5,4 +5,4 @@ init:
pip install -r requirements.txt pip install -r requirements.txt
test: test:
nosetests --with-coverage ./tests/ --cover-package=moto nosetests --with-coverage ./tests/