-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 1.17 KB
/
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
[pytest]
addopts = --pyargs
# Py.test does not yet handle correctly namespace packages specified
# with --pyargs. See https://github.com/pytest-dev/pytest/issues/1567
testpaths = umbrella
src/bowerstatic/bowerstatic
src/dectate/dectate
src/importscan/importscan
src/more.basicauth/more/basicauth
src/more.chameleon/more/chameleon
src/more.forwarded/more/forwarded
src/more.itsdangerous/more/itsdangerous
src/more.jinja2/more/jinja2
src/more.jwtauth/more/jwtauth
src/more.mako/more/mako
src/more.static/more/static
src/more.transaction/more/transaction
src/more.webassets/more/webassets
src/morepath/morepath
src/morepath_batching/morepath_batching
src/morepath_cerebral_todomvc/server
src/morepath_reactredux/morepath_reactredux
src/morepath_rest_dump_load/morepath_rest_dump_load
src/morepath_sqlalchemy/morepath_sqlalchemy
src/morepath_static/morepath_static
src/morepath_wiki/morepath_wiki
src/reg/reg
[flake8]
max-line-length = 120