RyukR1 opened a new pull request, #68190: URL: https://github.com/apache/airflow/pull/68190
This PR refactors the test files for the Teradata provider to fully align with Airflow's pytest migration guidelines. Specifically, it removes: - Unused `import unittest` statements - The legacy `if __name__ == "__main__": unittest.main()` execution blocks from the bottom of the files These files already utilize standard `pytest` decorators, asserts, and mocks, making the legacy `unittest` remnants obsolete. ### Modified Files: - `providers/teradata/tests/unit/teradata/operators/test_bteq.py` - `providers/teradata/tests/unit/teradata/utils/test_bteq_util.py` - `providers/teradata/tests/unit/teradata/utils/test_encryption_utils.py` ### Tests Run Executed the full Teradata provider test suite inside the local Breeze environment: ```bash breeze testing providers-tests --test-type "Providers[teradata]" ``` ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Antigravity (Gemini 3.5 Flash) Generated-by: Antigravity (Gemini 3.5 Flash) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) EOF -- 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]
