Skip to content

Commit 482eee6

Browse files
committed
fix coverage
1 parent 4517dab commit 482eee6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ exclude_lines =
3434
raise NotImplementedError
3535
omit =
3636
src/idom/__main__.py
37+
src/idom/core/_fixed_jsonpatch.py
3738

3839
[build_sphinx]
3940
all-files = true

src/idom/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def assert_idom_logged(
224224
if clear_matched_records:
225225
handler.records.remove(record)
226226

227-
if not found:
227+
if not found: # pragma: no cover
228228
conditions = []
229229
if match_message:
230230
conditions.append(f"log message pattern {match_message!r}")

0 commit comments

Comments
 (0)