Taragolis commented on PR #30315: URL: https://github.com/apache/airflow/pull/30315#issuecomment-1486473207
Greeting, Jarek. Just want to clarify why we want to change this behaviour for pytest tests? Personally for me this is a natural to have `test_` prefix or `_test` suffix for test modules, and also this is default [pytest naming convention](https://docs.pytest.org/en/7.2.x/explanation/goodpractices.html#conventions-for-python-test-discovery) If some tests not discoverable by the reason that python modules doesn't have `test_` prefix might be better just rename this modules? There is plenty other rules which might turn test into undiscoverable. But it is possible that some other reason exists and I'm just out of the context. -- 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]
