Rami Ali
751e379533
tests: Improve frozen import test coverage.
8 years ago
Rami Ali
8d01bd3a1c
tests: Improve stream.c test coverage.
8 years ago
Damien George
a722ed532f
tests/unix/extra_coverage: Add tests for importing frozen packages.
8 years ago
Damien George
8d1c236a1f
tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
8 years ago
Rami Ali
d7e168428b
tests/unix: Improve formatfloat.c test coverage using C.
8 years ago
Rami Ali
ec72db8a39
tests: Improve warning.c test coverage.
8 years ago
Rami Ali
75aa7befec
tests/unix: Improve runtime_utils.c test coverage.
8 years ago
Damien George
58f3861358
tests/unix/extra_coverage: Add test for str/bytes with invalid hash.
8 years ago
Delio Brignoli
f98bb2ddcb
py/mpprint: Fail an assertion with unsupported format specifiers.
Arguments of an unknown type cannot be skipped and continuing to parse a
format string after encountering an unknown format specifier leads to
undefined behaviour. This patch helps to find use of unsupported formats.
8 years ago
Damien George
9e677114e4
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
9 years ago
Paul Sokolovsky
54a1d9ecb7
tests/extra_coverage: Update for sys.modules addition.
9 years ago
Damien George
a81539db25
tests: Add further tests for mpz code.
9 years ago
Damien George
25afc7da0d
tests: Add tests to improve coverage of objstr.c.
9 years ago
Damien George
a16715ac62
tests: Add special tests to test mp_printf function to improve coverage.
10 years ago
Damien George
f601390ef8
unix: Add some extra coverage tests for vstr and attrtuple.
10 years ago
Damien George
d792d9e49e
unix: Make extra-coverage function callable from Python scripts.
This allows the output of the extra-coverage tests to be checked using
the normal run-tests script.
10 years ago