XD-DENG opened a new pull request #4131: [AIRFLOW-3239] Further fix of CI tests
URL: https://github.com/apache/incubator-airflow/pull/4131
 
 
   ### Jira
     - https://issues.apache.org/jira/browse/AIRFLOW-3239
   
   ### Description
   
   This is to further fix the test discovery issue due to incorrect naming of 
test files. Some issues inside the tests are also fixed here.
   
   1. Renaming files:
   - `tests/configuration.py` → `tests/test_configuration.py`
   - `tests/impersonation.py` → `tests/test_impersonation.py`
   - `tests/utils.py` → `tests/test_utils.py`
   - `tests/operators/operators.py` → `tests/operators/test_operators.py`
   - `tests/operators/bash_operator.py` → 
`tests/operators/test_bash_operator.py`
   - `tests/jobs.py` → `tests/test_jobs.py`
   
   2. Updated tests/__init__.py accordingly
   
   3. Fixed database-specific tests in `tests/operators/test_operators.py`
   
   4. Fixed issue in `tests/operators/test_bash_operator.py`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to