Skip to content

Refactor Teradata provider tests to remove legacy unittest imports#68190

Open
RyukR1 wants to merge 1 commit into
apache:mainfrom
RyukR1:cleanup-teradata-unittest-legacy
Open

Refactor Teradata provider tests to remove legacy unittest imports#68190
RyukR1 wants to merge 1 commit into
apache:mainfrom
RyukR1:cleanup-teradata-unittest-legacy

Conversation

@RyukR1
Copy link
Copy Markdown

@RyukR1 RyukR1 commented Jun 7, 2026

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:

breeze testing providers-tests --test-type "Providers[teradata]"
Was generative AI tooling used to co-author this PR?
  • Yes — Antigravity (Gemini 3.5 Flash)
    Generated-by: Antigravity (Gemini 3.5 Flash) following the guidelines
    EOF

@boring-cyborg
Copy link
Copy Markdown

boring-cyborg Bot commented Jun 7, 2026

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant