1358 Commits (ace9fb54053c29574bdf81ffacc5ddcf9d4b45d9)

Author SHA1 Message Date
Paul Sokolovsky f980c70997 tests/basic/: Make various tests skippable. 8 years ago
Paul Sokolovsky b737c9cbc8 tests/gen_yield_from_close: Use range() instead of reversed(). 8 years ago
Damien George 06a12ada48 tests/thread: Add stress-test for creating many threads. 8 years ago
Damien George 2847d7431d tests/thread: Replace busy waiting loops with a loop that sleeps. 8 years ago
Paul Sokolovsky f2d732f459 tests/extmod: Make tests skippable. 8 years ago
Paul Sokolovsky 7bb146350e tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode. 8 years ago
Paul Sokolovsky 83623b2fde tests/basic/[a-f]*: Make skippable. 8 years ago
Paul Sokolovsky d61ce32022 tests/builtin_dir: The most expected thing in sys is exit, test for it. 8 years ago
Paul Sokolovsky 800b163cd8 tests/comprehension1, containment: Split set tests to separate files. 8 years ago
Paul Sokolovsky ce2e0eeb7b tests/run-tests: Allow to skip tests using async/await keywords. 8 years ago
stijn c6fd9ba4f3 tests: Add option to not clear MICROPYPATH when running tests 10 years ago
Damien George e08395a35c tests/misc: Add test for line number printing with large bytecode chunk. 8 years ago
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