summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2018-05-21tests: Add some tests for bigint hash, float hash and float parsing.Damien George
2018-05-15Merge pull request #837 from godlygeek/human_readable_oserrorDan Halbert
2018-05-14Update errno tests to match new expected behaviorMatt Wozniski
2018-05-14Updated tests; removed try/catch for ucollectionsbildzeitung
2018-05-11tests/basics/special_methods2: Enable some additional tests that work.Damien George
2018-05-11tests/float/float_parse: Allow test to run on 32-bit archs.Damien George
2018-05-10py/modbuiltins: Make built-in dir support the __dir__ special method.Damien George
2018-05-10py/modbuiltins: Make built-in hasattr work properly for user types.Damien George
2018-05-08tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.Damien George
2018-05-06tests: add new tests for uhashlib differencesJeff Epler
2018-05-04tests/cpydiff: Remove working cases from types_float_rounding.Damien George
2018-05-04tests/cpydiff: Remove types_str_decodeerror now that it succeeds.Damien George
2018-05-04tests/cpydiff: Remove core_function_unpacking now that it succeeds.Damien George
2018-05-02tests/run-tests: Support esp32 as a target for running the test suite.Ayke van Laethem
2018-05-02tests/pyb: Update tests to run correctly on PYBv1.0.Damien George
2018-05-01tests/io/bytesio_ext2: Remove dependency on specific EINVAL valueMike Wadsten