aboutsummaryrefslogtreecommitdiff
path: root/tests/jni
AgeCommit message (Collapse)Author
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
This adds the Python files in the tests/ directory to be formatted with ./tools/codeformat.py. The basics/ subdirectory is excluded for now so we aren't changing too much at once. In a few places `# fmt: off`/`# fmt: on` was used where the code had special formatting for readability or where the test was actually testing the specific formatting.
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2015-11-13tests/jni: Add test for working with container of List interface.Paul Sokolovsky
2015-10-24tests/jni: Test for basic object operations.Paul Sokolovsky
2015-10-14tests/jni: Start adding modjni tests.Paul Sokolovsky
These are currently not intended to run with the rest of testsuite, as they require dependencies and special environment setup anyway (drafted in tests/jni/README).