You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Lechner
3dc324d3f1
tests: Format all Python code with black, except tests in basics subdir.
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.
5 years ago
..
data
tests: Add testcase for reading amounts bigger than buffer/chunk size.
10 years ago
argv.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_print_file.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
file1.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
file_iter.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
file_long_read.py
tests: Add testcase for read by length past EOF.
10 years ago
file_long_read2.py
tests: Add testcase for reading amounts bigger than buffer/chunk size.
10 years ago
file_long_read3.py
tests: Fix typo in file_long_read3.py.
10 years ago
file_readinto.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
file_readinto_len.py
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
10 years ago
file_readinto_len.py.exp
stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
10 years ago
file_readline.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
file_seek.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
file_stdio.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
file_with.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
open_append.py
tests/io: Update tests to use uos.remove() instead of uos.unlink().
6 years ago
open_plus.py
tests/io: Update tests to use uos.remove() instead of uos.unlink().
6 years ago
resource_stream.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
resource_stream.py.exp
py/modio: resource_stream: Implement "package" param handling.
8 years ago