Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / tests / bindings / python / bt2 / .coveragerc
CommitLineData
9cf643d1
PP
1[run]
2include = */babeltrace/bindings/python/bt2/*.py
3
4omit =
5 *native_*.py
6 */object.py
7 */utils.py
811644b8
PP
8 */logging.py
9 */py_plugin.py
9cf643d1
PP
10
11[report]
12exclude_lines =
13 def __repr__
14 raise bt2\.CreationError
15 raise NotImplementedError
811644b8 16 return NotImplemented
9cf643d1 17 pass
811644b8
PP
18 raise \w+Error\(['"][Uu]nexpected
19 if (self|other)\.addr == (self|other)\.addr
20 if not _NO_PRINT_TRACEBACK
21 class _PluginVersion:
This page took 0.065154 seconds and 4 git commands to generate.