Why I did it sonic_dhcp_server.whl contains not only dhcp_server functionality but also part of dhcp_relay functionality, the existing naming is not appropriate.
21 lines
299 B
INI
21 lines
299 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[tool:pytest]
|
|
addopts = --durations=5 --cov
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
source = dhcp_utilities
|
|
|
|
[coverage:report]
|
|
exclude_lines =
|
|
main()
|
|
if __name__ == .__main__.:
|
|
precision = 2
|
|
show_missing = True
|
|
skip_covered = True
|
|
sort = Cover
|
|
fail_under = 80
|