forked from TestInABox/stackInABox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (36 loc) · 906 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[nosetests]
match=^test
where=tests
with-coverage=true
cover-package=stackinabox
cover-erase=1
cover-inclusive=true
cover-branches=true
cover-min-percentage=92
[metadata]
name = stackinabox
url = https://github.com/TestInABox/stackInABox
version = attr: stackinabox.version
author = Benjamen R. Meyer
author_email = [email protected]
description = RESTful API Testing Suite
long_description = file: README.rst, CONTRIBUTING.rst
long_description_content_type = text/x-rst
license = Apache License 2.0
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Testing
[options]
zip_safe = True
packages = find:
install_requires =
six
[options.extras_require]
httpretty = httpretty==1.1.4
requests-mock = requests-mock
responses = responses>=0.4.0
[options.packages.find]
exclude =
test*
stackinabox/tests