summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOTSUKA, Yuanying <ootsuka@mxs.nes.nec.co.jp>2015-03-10 10:20:41 +0900
committerOTSUKA, Yuanying <ootsuka@mxs.nes.nec.co.jp>2015-03-10 10:22:52 +0900
commit69911687264855bed654e6107d31e60db401bcd8 (patch)
tree39a53a14bc36b2dc2fc5f47195cbf48f37337118
parent776d6914028c9d3e737642ff5b0b7cdbcef774bd (diff)
downloadpython-troveclient-69911687264855bed654e6107d31e60db401bcd8.tar.gz
Add coverage library
`tox -ecover` is failed because of lack of necessary library. This adds it. Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
-rw-r--r--.gitignore1
-rw-r--r--test-requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index da3e871..d891902 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ dist/*
build/*
html/*
*.egg*
+cover/*
.coverage
rdserver.txt
python-troveclient.iml
diff --git a/test-requirements.txt b/test-requirements.txt
index d5bfc3e..dcbe47a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.8.0,<0.9
+coverage>=3.6
discover
oslosphinx>=2.2.0 # Apache-2.0
requests-mock>=0.5.1 # Apache-2.0