potiuk commented on code in PR #62928:
URL: https://github.com/apache/airflow/pull/62928#discussion_r2890280720


##########
AGENTS.md:
##########
@@ -77,6 +77,7 @@ UV workspace monorepo. Key paths:
 - Use `@pytest.mark.parametrize` for multiple similar inputs.
 - Test fixtures: `devel-common/src/tests_common/pytest_plugin.py`.
 - Test location mirrors source: `airflow/cli/cli_parser.py` → 
`tests/cli/test_cli_parser.py`.
+- When you run tests during development us the pattern 'cd <distribution where 
pyproject.toml is located> && uv run pytest <relative path>' to ensure the 
correct environment and dependencies are used.

Review Comment:
   Should be much better now - I added a bit more details - on how to run fast 
parallel tests for suites and instructions to Agents how to determine which 
suite tests should be run.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to