Update Python bindings and tests to match the latest API
[babeltrace.git] / tests / bindings / python / bt2 / .coveragerc
index 869bc00562e4b4ee9f33dc360f40378e600acf9b..1a31f26eb6fb8c3ed1ded3f8224df02a613409a6 100644 (file)
@@ -5,10 +5,17 @@ omit =
     *native_*.py
     */object.py
     */utils.py
+    */logging.py
+    */py_plugin.py
 
 [report]
 exclude_lines =
     def __repr__
     raise bt2\.CreationError
     raise NotImplementedError
+    return NotImplemented
     pass
+    raise \w+Error\(['"][Uu]nexpected
+    if (self|other)\.addr == (self|other)\.addr
+    if not _NO_PRINT_TRACEBACK
+    class _PluginVersion:
This page took 0.023585 seconds and 4 git commands to generate.