Add Babeltrace 2 Python bindings tests
[babeltrace.git] / tests / bindings / python / bt2 / .coveragerc
1 [run]
2 include = */babeltrace/bindings/python/bt2/*.py
3
4 omit =
5 *native_*.py
6 */object.py
7 */utils.py
8
9 [report]
10 exclude_lines =
11 def __repr__
12 raise bt2\.CreationError
13 raise NotImplementedError
14 pass
This page took 0.032397 seconds and 4 git commands to generate.