summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2018-06-12py/lexer: Add support for underscores in numeric literals.Damien George
2018-06-08tests/pyb: Make i2c and pyb1 pyboard tests run again.Damien George
2018-06-08py/objtype: Optimise instance get/set/del by skipping special accessors.Damien George
2018-06-06tests/extmod: Remove conditional import of uos_vfs, it no longer exists.Damien George
2018-06-06tests/extmod: Add test for importing a script from a user VFS.Damien George
2018-06-02tests: Point pyboard.py to tools/cpboard.pyNoralf Trønnes
2018-05-30py/objtype: Fix assertion failures in super_attr by checking type.Jeff Epler
2018-05-30py/objtype: Fix assertion failures in mp_obj_new_type by checking types.Jeff Epler
2018-05-25py/objtype: Remove TODO comment about needing to check for property.Damien George
2018-05-23py/emit: Combine yield value and yield-from emit funcs into one.Damien George
2018-05-22py/objgenerator: Protect against reentering a generator.Damien George
2018-05-22py/modbuiltins: Add support for rounding integers.Jan Klusacek