mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-30 03:32:42 +00:00
79100ae6a2
Enables running coverage as: coverage run setup.py test
12 lines
203 B
INI
12 lines
203 B
INI
#coverage.py configuration
|
|
[run]
|
|
source = setools
|
|
# This is SWIG generated:
|
|
omit = setools/policyrep/qpol.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise NotImplementedError
|