1246 Commits (12d0731b91d8e58ba20ec28adf2d6c1aa995d74a)

Author SHA1 Message Date
dmazzella 18e6569166 py/objtype: Implement __delattr__ and __setattr__. 8 years ago
Damien George d3bb3e38df tests/pyb: Adjust tests so they can run on PYB and PYBLITE. 8 years ago
Damien George 27c149efe0 stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
Damien George 84fb292cd5 tests/basics/string_format_modulo: Add more tests for dict formatting. 8 years ago
Paul Sokolovsky 87882e1708 tests: Split tests for 2- and 3-arg pow(). 8 years ago
Nicko van Someren df0117c8ae py: Added optimised support for 3-argument calls to builtin.pow() 8 years ago
Damien George 8a39e18f5f tests/float: Add tests for zero to a negative power. 8 years ago
Damien George 05c70fdfba tests/basics/set_binop: Add tests for inplace set operations. 8 years ago
Paul Sokolovsky b32880bd51 tests/heapalloc_bytesio: Test for BytesIO with preallocates space. 8 years ago
Damien George 28185bb81b tests/thread: Fix stack size test so tests run reliably on baremetal. 8 years ago
Damien George bebb3a6160 tests/thread: Make thread_exc2 runable on baremetal. 8 years ago
Paul Sokolovsky 33b8e65bc0 tests/basics/zip: Make skippable. 8 years ago
Paul Sokolovsky aee723ed4c tests/run-tests: Skip frozenset tests if set literal syntax is not available. 8 years ago
Damien George a0c729681f tests/extmod/vfs_fat_ramdisk: Make it work on pyboard. 8 years ago
Damien George b9bfaa349a tests/extmod/vfs_fat: Update tests to work with new VFS sub-system. 8 years ago
Damien George 94d87fbb30 test/extmod: Update vfs_fat tests for new OO FatFs library. 8 years ago
Paul Sokolovsky 9ffc3ae0e7 tests/heapalloc_str: Test for alloc-free string operations. 8 years ago
Damien George 221f88d1f3 tests/extmod: Add test for ure debug printing when compiling a regex. 8 years ago
Damien George bf51200bc1 tests/extmod/framebuf1: Fix test for framebuf invalid constructor. 8 years ago
Oleg Korsak 406fb3cb60 tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format. 8 years ago
Oleg Korsak fd99690f18 extmod/modframebuf: Add GS4_HMSB format. 8 years ago
stijn 533129f835 tests: Make sure special tests can be skipped as well. 8 years ago
Damien George 20fc620327 tests/basics/builtin_help: Add test for help('modules'). 8 years ago
Damien George 1864f90e9a tests: Add test for builtin help function. 8 years ago
Paul Sokolovsky bd3dd9296b tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc. 8 years ago
Paul Sokolovsky 3b09dca046 tests: Add test for int.from_bytes() for arbitrary-precision integer. 8 years ago
Damien George 1639200e57 tests/basics: Add test for assignment of attribute to bound method. 8 years ago
Damien George 7314ebae8a tests/misc/non_compliant: Add test for inability to assign func attrs. 8 years ago
Damien George fb5838041b tests/micropython/opt_level: Add test for opt_level 3. 8 years ago
Damien George 4c4f586e2c tests/extmod/framebuf1: Add test for no-op fill_rect. 8 years ago
Damien George 213a718953 tests/float: Add test for assigning to attribute of complex number. 8 years ago
Paul Sokolovsky af90461931 py/binary: mp_binary_get_size: Raise error on unsupported typecodes. 8 years ago
Rami Ali 5e80c53c11 tests/extmod: Improve test coverage of ure module. 8 years ago
Rami Ali 5314219f18 tests/basics: Improve runtime.c test coverage. 8 years ago
Rami Ali cba723fc8c tests/io: Improve test coverage of io.BufferedWriter. 8 years ago
Damien George 96baaa68a4 tests: Update tests, and add new ones, for recent generator tweaks. 8 years ago
Rami Ali 751e379533 tests: Improve frozen import test coverage. 8 years ago
Damien George 63e291de70 py/builtinimport: Raise ValueError for bad relative import, per CPython. 8 years ago
Rami Ali 50e14ca619 tests/import: Improve builtinimport.c test coverage. 8 years ago
Rami Ali 8d01bd3a1c tests: Improve stream.c test coverage. 8 years ago
Damien George 65cadbeb9d tests: Update test suite to be compatible with CPython 3.6. 8 years ago
Damien George a722ed532f tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
Paul Sokolovsky ef1bbada96 tests/array*: Allow to skip test if "array" is unavailable. 8 years ago
Paul Sokolovsky e5a6a26330 tests/types1: Split out set type test to set_types. 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 64dc925c4a tests/float: Improve formatfloat.c test coverage using Python. 8 years ago
Rami Ali ec72db8a39 tests: Improve warning.c test coverage. 8 years ago
Paul Sokolovsky 26f00ff154 tests/run-tests: Allow to skip set tests. 8 years ago