ruff/crates/ruff_linter/resources/test/fixtures/syntax_errors
Max Mynter 178c882740
[semantic-syntax-tests] Add test fixtures for AwaitOutsideAsyncFunction (#17785)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->
Re: #17526 
## Summary
Add test fixtures for `AwaitOutsideAsync` and
`AsyncComprehensionOutsideAsyncFunction` errors.

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan
This is a test. 

<!-- How was it tested? -->
2025-05-05 14:02:06 -04:00
..
async_comprehension.ipynb [syntax-errors] Async comprehension in sync comprehension (#17177) 2025-04-08 12:50:52 -04:00
async_comprehension.py [semantic-syntax-tests] Add test fixtures for AwaitOutsideAsyncFunction (#17785) 2025-05-05 14:02:06 -04:00
await_outside_async_function.py [semantic-syntax-tests] Add test fixtures for AwaitOutsideAsyncFunction (#17785) 2025-05-05 14:02:06 -04:00
await_scope.ipynb [syntax-errors] yield, yield from, and await outside functions (#17298) 2025-04-11 10:16:23 -04:00
late_future_import.py Add Semantic Error Test for LateFutureImport (#17612) 2025-04-25 08:32:57 -04:00
load_before_global_declaration.py [semantic-syntax-errors] test for LoadBeforeGlobalDeclaration - ruff linter (#17592) 2025-04-24 16:14:33 -04:00
return_outside_function.py [syntax-errors] return outside function (#17300) 2025-04-11 17:05:54 +00:00
yield_scope.py [syntax-errors] yield, yield from, and await outside functions (#17298) 2025-04-11 10:16:23 -04:00