We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4517dab commit 482eee6Copy full SHA for 482eee6
setup.cfg
@@ -34,6 +34,7 @@ exclude_lines =
34
raise NotImplementedError
35
omit =
36
src/idom/__main__.py
37
+ src/idom/core/_fixed_jsonpatch.py
38
39
[build_sphinx]
40
all-files = true
src/idom/testing.py
@@ -224,7 +224,7 @@ def assert_idom_logged(
224
if clear_matched_records:
225
handler.records.remove(record)
226
227
- if not found:
+ if not found: # pragma: no cover
228
conditions = []
229
if match_message:
230
conditions.append(f"log message pattern {match_message!r}")
0 commit comments