summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-02-25Merge remote-tracking branch 'adafruit/main' into busio-uart-rpScott Shawcroft
2021-02-25A few minor fixes for corner casesScott Shawcroft
2021-02-23Implement audiobusio and enhance PIO for itScott Shawcroft
2021-02-18Fix file ends for CILucian Copeland
2021-02-17Move manual tests and renameLucian Copeland
2021-02-17Merge remote-tracking branch 'upstream/main' into manual-testsLucian Copeland
2021-02-11Add Socket testsLucian Copeland
2021-02-09Add PWM based audio playbackScott Shawcroft
2020-12-07add ExtType, update doc, add a testBernhard Boser
2020-10-10update async tests with less upython workaround and more cpython compatibilityKenny
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