mirror of
https://github.com/secynic/ipwhois.git
synced 2025-12-10 00:40:57 -06:00
Added tests to make 100% code coverage again. Also updated coveragerc to show missing lines in the coverage report.
12 lines
202 B
INI
12 lines
202 B
INI
[report]
|
|
show_missing = True
|
|
omit =
|
|
*/python?.?/*
|
|
*/site-packages/nose/*
|
|
ipwhois/data/*
|
|
ipwhois/docs/*
|
|
ipwhois/examples/*
|
|
ipwhois/scripts/*
|
|
ipwhois/tests/*
|
|
ipwhois/hr.py
|