incubator-airflow/tests/operators
Kaxil Naik 7c6dfcb0bf
Use unittest.mock instead of backported mock library (#11643)
mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
2020-10-22 13:23:15 +01:00
..
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
test_bash.py Use unittest.mock instead of backported mock library (#11643) 2020-10-22 13:23:15 +01:00
test_branch_operator.py Add run_type to DagRun (#8227) 2020-06-04 16:20:26 +02:00
test_dagrun_operator.py Add reset_dag_run option on dagrun_operator to clear existing dag run (#11484) 2020-10-14 14:15:42 +02:00
test_email.py Move e-mail operator to core (#10013) 2020-07-29 00:27:12 +02:00
test_generic_transfer.py [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook (#6576) 2020-03-09 10:04:40 +01:00
test_latest_only_operator.py Move latest_only_operator.py to latest_only.py (#11178) (#11304) 2020-10-07 00:15:28 +01:00
test_python.py Make DagRunType inherit from `str` too for easier use. (#11621) 2020-10-18 08:18:48 +01:00
test_sql.py Use unittest.mock instead of backported mock library (#11643) 2020-10-22 13:23:15 +01:00
test_subdag_operator.py Pass conf to subdags (#9956) 2020-09-12 11:58:17 +01:00