circuitpython/tests/circuitpython
Jeff Epler 337b1da143
Explicitly test \n and \r\n files
\r\n files must be working due to micropython's built in handling of
text-mode files, I didn't implement it.

\r-only (old mac text-mode files) are explicitly not supported by
the toml format.
2022-12-26 10:53:58 -06:00
..
aes.py add an aes test 2021-11-30 15:26:32 -06:00
aes.py.exp add an aes test 2021-11-30 15:26:32 -06:00
atexit_test.py atexit module refinements 2021-08-16 21:37:32 +05:30
builtin_submodule.py Fix `import ulab.foo` 2022-02-19 09:32:51 -06:00
builtin_submodule.py.exp Fix `import ulab.foo` 2022-02-19 09:32:51 -06:00
getenv.py Explicitly test \n and \r\n files 2022-12-26 10:53:58 -06:00
getenv.py.exp Explicitly test \n and \r\n files 2022-12-26 10:53:58 -06:00
nvm_not_present.py run code formatting script 2021-03-15 19:27:36 +05:30
nvm_present.py run code formatting script 2021-03-15 19:27:36 +05:30
rainbows.py add a test of rainbows 2021-11-12 17:31:14 -06:00
rainbows.py.exp add a test of rainbows 2021-11-12 17:31:14 -06:00
traceback_test.py format_traceback: Return list, as documented, and compatible with CPython 2022-10-13 09:38:43 -05:00
traceback_test.py.exp add non-native exception in traceback_test 2021-12-15 20:48:33 +05:30
traceback_test_chained.py Implement the chain= argument of traceback.print_exception 2022-12-02 10:50:31 -06:00
traceback_test_chained.py.exp Implement the chain= argument of traceback.print_exception 2022-12-02 10:50:31 -06:00
zlib_decompress.py Added test coverage 2022-02-21 10:24:13 -06:00