micropython/tests/unix
Jim Mussared 3533924c36 extmod/moddeflate: Add deflate module providing the DeflateIO class.
This provides similar functionality to the former zlib.DecompIO and
especially CPython's gzip.GzipFile for both compression and decompression.

This class can be used directly, and also can be used from Python to
implement (via io.BytesIO) zlib.decompress and zlib.compress, as well as
gzip.GzipFile.

Enable/disable this on all ports/boards that zlib was previously configured
for.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-21 19:32:40 +10:00
..
extra_coverage.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
extra_coverage.py.exp extmod/moddeflate: Add deflate module providing the DeflateIO class. 2023-07-21 19:32:40 +10:00
ffi_callback.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_callback.py.exp tests: Add testcase for ffi callbacks. 2014-12-15 02:18:54 +02:00
ffi_float2.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
ffi_float2.py.exp tests/ffi_float: Split tgammaf() testcase to a separate test. 2015-08-29 17:24:29 +03:00
ffi_float.py unix/modffi: Use a union for passing/returning FFI values. 2021-05-06 12:17:10 +10:00
ffi_float.py.exp unix/modffi: Use a union for passing/returning FFI values. 2021-05-06 12:17:10 +10:00
ffi_lib.c tests/unix: Add ffi test for integer types. 2021-06-06 22:52:25 +10:00
ffi_types.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
ffi_types.py.exp tests/unix: Add ffi test for integer types. 2021-06-06 22:52:25 +10:00
mod_os.py tests/unix/mod_os: Add test for os module. 2022-12-14 13:38:51 +11:00
mod_os.py.exp tests/unix/mod_os: Add test for os module. 2022-12-14 13:38:51 +11:00
time_mktime_localtime.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00