added coverage requirement to run code coverage: tox -e cover

This commit is contained in:
amitgandhinz 2014-07-08 09:53:04 -04:00
parent e8b52e672b
commit 50974e497f
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Metrics and style
hacking>=0.5.6,<0.8
# Packaging
mock>=1.0
# Unit testing
ddt>=0.4.0
discover
fixtures>=0.3.14
httpretty>=0.6.3
python-subunit
testrepository>=0.0.17
testtools>=0.9.32
# Functional Tests
requests>=1.1
# Test runner
nose
nose-exclude
openstack.nose_plugin>=0.7
coverage

View File

@ -0,0 +1,6 @@
from unittest import TestCase
class CassandraStorageTests(TestCase):
def setUp(self):
pass