Commit 8191305
committed
Add pragma: no cover to inner test functions not executed by coverage
The inner functions func_optional_str and func_optional_list are only
used for metadata extraction and pre_parse_json testing -- their bodies
are never actually called, so coverage cannot track them.1 parent 6acaa25 commit 8191305
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
0 commit comments