Cross-platform Python CFFI bindings for libsecp256k1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
412 B

[run]
branch = True
source =
coincurve
tests
omit =
*/_windows_libsecp256k1.py
*/test_bench.py
[paths]
source =
coincurve
.tox/*/lib/python*/site-packages/coincurve
.tox/pypy*/site-packages/coincurve
[report]
exclude_lines =
no cov
no qa
# Ignore missing debug-only code
def __repr__
if self\.debug
# Ignore non-runnable code
if __name__ == .__main__.: