diff options
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
| -rw-r--r-- | tests/unix/extra_coverage.py.exp | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index ab6d49772..7ea2599c9 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -52,13 +52,14 @@ mport builtins micropython _thread _uasyncio btree cexample cmath cppexample -ffi framebuf gc math -termios uarray ubinascii ucollections -ucryptolib uctypes uerrno uhashlib -uheapq uio ujson umachine -uos urandom ure uselect -usocket ussl ustruct usys -utime utimeq uwebsocket uzlib +example_package ffi framebuf +gc math termios uarray +ubinascii ucollections ucryptolib uctypes +uerrno uhashlib uheapq uio +ujson umachine uos urandom +ure uselect usocket ussl +ustruct usys utime utimeq +uwebsocket uzlib ime utime utimeq @@ -211,3 +212,13 @@ b'bytes 1234\x01' 2 3 frozentest.py +example_package.__init__ +<module 'example_package.foo.bar'> +example_package.foo.bar.f +<module 'example_package'> <module 'example_package.foo'> <module 'example_package.foo.bar'> +example_package.f +example_package.foo.f +example_package.foo.bar.f +True +example_package.foo.f +True |
