summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-12modstruct: Improve compliance with python3Jeff Epler
2020-09-07update expected result with new methodJeff Epler
2020-09-06core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabledJeff Epler
2020-07-24py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2020-07-23also disable async_coroutine test in native emitterKenny
2020-07-23add coroutine behavior for generatorsKenny
2020-07-16Merge pull request #3143 from tannewt/improve_jsonDan Halbert
2020-07-10Fix stream version and add basic readinto testScott Shawcroft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-25README: Remove a statement that's not particularly true at the momentJeff Epler
2020-06-25tests: Remove a test for micropython-specific SPI behaviorJeff Epler
2020-06-25Scripts: Change wording for pseudoterminalsJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-04-13test requires yield, can't run nativeJeff Epler
2020-04-01tests: Add .exp files for basics/parser and import/import_override.Damien George
2020-03-31tests/basics: Provide .exp files for generator tests that fail PEP479.Damien George
2020-03-31tests: Modify tests that print repr of an exception with 1 arg.Damien George
2020-03-31tests/basics/int_big_error.py: Use bytearray to test for int overflow.Damien George
2020-03-31tests/basics/set_pop.py: Sort set before printing for consistent output.Damien George
2020-03-09Update testsJeff Epler
2020-03-09lexer: catch concatenation of f'' and '' stringsJeff Epler
2020-03-09Address dpgeorge feedback - largely simplificationsJosh Klar
2020-03-09py: Implement partial PEP-498 (f-string) supportJosh Klar
2020-03-03Use tests from ulab extmod, instead of our ownJeff Epler
2020-02-27Update ulab from upstream againJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-14Implement to_bytes(..., signed=True)Dan Halbert
2020-01-09Add test for issue #2465 - tuple subsclass subscriptRoy Hooper
2019-10-14Support __bytesScott Shawcroft
2019-06-26Fix testsScott Shawcroft
2019-05-12use approx of original @godlygeek code for smallints; add testsDan Halbert
2019-05-09Add tests for overflows converting ints to bytesMatt Wozniski
2019-05-07Fix tests and clarify first character accessKathryn Lingel
2019-05-06Correct output expectationKathryn Lingel
2019-05-06Update tests for new autocomplete behaviorKathryn Lingel
2019-02-14extmod/ure: Handle some escape sequences.Radomir Dopieralski
2019-02-14extmod/modure: Add ure.sub() function and method, and tests.Damien George
2019-02-14extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2019-02-14extmod/modure: Add match.groups() method, and tests.Damien George
2018-08-25Fix os.stat() to use 1970 epochNoralf Trønnes
2018-07-28merge finishedDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-20tests: Add tests using "file" argument in print and sys.print_exception.Damien George
2018-06-18tests/import: Add test for importing invalid .mpy file.Damien George
2018-06-18tests/extmod: Add test for ujson.dump writing to a user IOBase object.Damien George
2018-06-18tests/extmod/ujson_dump.py: Add test for dump to non-stream object.Damien George
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-06-14Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ex...Dan Halbert
2018-06-12tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George
2018-06-12tests/io: Add simple IOBase test.Damien George