ruff/crates/ruff_python_formatter/resources/test/fixtures/black
konsti a227775f62
Type alias stub for formatter (#5880)
**Summary** This replaces the `todo!()` with a type alias stub in the
formatter. I added the tests from
704eb40108/parser/src/parser.rs (L901-L936)
as ruff python formatter tests.

**Test Plan** None, testing is part of the actual implementation
2023-07-19 17:28:07 +02:00
..
miscellaneous Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_36 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_37 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_38 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_39 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_310 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_311 Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
py_312 Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
simple_cases Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
type_comments Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
.editorconfig test(ruff_python_formatter): Run all Black tests (#2993) 2023-02-22 09:25:06 -05:00
conditional_expression.py Update Black tests (#5438) 2023-06-30 06:32:50 +00:00
conditional_expression.py.expect Update Black tests (#5438) 2023-06-30 06:32:50 +00:00