diff options
| author | Yonatan Goldschmidt | 2020-01-22 20:44:52 +0100 |
|---|---|---|
| committer | Damien George | 2020-01-24 10:57:17 +1100 |
| commit | 35e664d7790b123dab54faff766f41991f4620d1 (patch) | |
| tree | f78a0182f8bbfaf923c89ecff262ffcf3c2afc2e /tests | |
| parent | d9433d3e9497a4ec4cd51eb78d6ca602f310ce91 (diff) | |
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unix/extra_coverage.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 9c3b036b9..6130a0651 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -115,6 +115,14 @@ create: 1 1 1 1 1 pop all: 1 3 4 create: 3 3 3 1 1 1 pop all: 1 2 4 5 +# mp_obj_is_type +1 1 +0 0 +1 1 +1 1 +0 0 +1 1 +# end coverage.c 0123456789 b'0123456789' 7300 7300 |
