This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
attrs
mirror of
https://github.com/python-attrs/attrs.git
Watch
1
Star
1
Fork
You've already forked attrs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0023e5bdce
attrs
/
.coveragerc
13 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Increase branch coverage And a lot of under the hood work.
2015-01-29 15:24:49 +00:00
[run]
branch = True
Move test helpers into an utils module __init__.py should never contain any code.
2016-08-15 13:27:13 +00:00
source =
attr
Don't use setup.py test & pytest-cov Mainly because the former doesn't use pip to install it's dependencies which makes stuff potentially slow (no wheel caching) and litters the current directory.
2015-07-26 11:04:17 +00:00
Move package into src directory Prevents accidental imports when running tests.
2015-10-16 13:09:28 +00:00
[paths]
source =
Simplify coverage mapping
2019-06-14 10:50:02 +00:00
src
.tox/*/site-packages
Minor style
2015-10-16 13:18:18 +00:00
Don't use setup.py test & pytest-cov Mainly because the former doesn't use pip to install it's dependencies which makes stuff potentially slow (no wheel caching) and litters the current directory.
2015-07-26 11:04:17 +00:00
[report]
show_missing = True