2015-02-03 13:08:35 +00:00
|
|
|
#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
|
2015-03-17 18:49:57 +00:00
|
|
|
return NotImplemented
|