incubator-airflow/tests/sensors
Kaxil Naik a075b6df99
Rename remaining Sensors to match AIP-21 (#12927)
As discussed in AIP-21

* Rename airflow.sensors.external_task_sensor to airflow.sensors.external_task
* Rename airflow.sensors.sql_sensor to airflow.sensors.sql
* Rename airflow.contrib.sensors.weekday_sensor to airflow.sensors.weekday
2020-12-09 00:09:08 +00:00
..
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
test_base.py Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
test_bash.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_date_time.py Rename remaing modules to match AIP-21 (#12917) 2020-12-08 18:01:58 +00:00
test_external_task_sensor.py Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
test_filesystem.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_python.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_smart_sensor_operator.py Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
test_sql_sensor.py Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00
test_time_delta.py Rename remaing modules to match AIP-21 (#12917) 2020-12-08 18:01:58 +00:00
test_time_sensor.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
test_timeout_sensor.py Rename remaing modules to match AIP-21 (#12917) 2020-12-08 18:01:58 +00:00
test_weekday_sensor.py Rename remaining Sensors to match AIP-21 (#12927) 2020-12-09 00:09:08 +00:00