TobKed commented on issue #6729: [AIRFLOW-6172] BigQuery - Move BigQuery hook Pandas data frame system… URL: https://github.com/apache/airflow/pull/6729#issuecomment-562046669 Hi @XD-DENG. My motivation behind this PR is to keep consistent structure of files within GCP module. Usually system tests exists for operators where the `standard` unit tests are in the `test_<feature_name>_test.py` and system tests are in '`est_<feature_name>_system.py`. As understood this structure, it allows to explicitly seperate different way of testing. When they are divided as I proposed, it is easier to notice that tests from `*_system.py'`probably will be skipped during normal test suite execution and some additional steps are required to run them.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
