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
140c8c9288
attrs
/
.coveragerc
8 lines
87 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
omit = attr/_compat.py
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
source = attr
[report]
show_missing = True