incubator-airflow/tests/models
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_baseoperator.py Do not silently allow the use of undefined variables in jinja2 templates (#11016) 2020-09-25 09:15:28 +02:00
test_cleartasks.py Remove side effects from tests (#9675) 2020-07-05 22:56:15 +01:00
test_connection.py Add Snowflake support to SQL operator and sensor (#9843) 2020-07-17 09:04:14 +02:00
test_dag.py Make DagRunType inherit from `str` too for easier use. (#11621) 2020-10-18 08:18:48 +01:00
test_dagbag.py Improve example DAGs data by diversifying "tags" value (#11665) 2020-10-20 13:46:32 +01:00
test_dagcode.py Use unittest.mock instead of backported mock library (#11643) 2020-10-22 13:23:15 +01:00
test_dagrun.py Use unittest.mock instead of backported mock library (#11643) 2020-10-22 13:23:15 +01:00
test_pool.py [AIRFLOW-5662] Reduce DB queries used to emit pool usage metrics (#6342) 2020-04-09 12:57:02 +08:00
test_renderedtifields.py [AIRFLOW-7045] Update SQL query to delete RenderedTaskInstanceFields (#8051) 2020-04-02 04:52:39 +01:00
test_sensorinstance.py [AIRFLOW-3964][AIP-17] Consolidate and de-dup sensor tasks using Smart Sensor (#5499) 2020-09-08 22:47:59 +01:00
test_serialized_dag.py Improve example DAGs data by diversifying "tags" value (#11665) 2020-10-20 13:46:32 +01:00
test_skipmixin.py SkipMixin: Add missing session.commit() and test (#10421) 2020-09-22 21:08:12 +01:00
test_taskinstance.py Use unittest.mock instead of backported mock library (#11643) 2020-10-22 13:23:15 +01:00
test_timestamp.py [AIRFLOW-7001] Further fix for the MySQL 5.7 UtcDateTime (#7655) 2020-03-13 21:00:44 +01:00
test_variable.py Remove side effects from tests (#9675) 2020-07-05 22:56:15 +01:00
test_xcom.py Remove side effects from tests (#9675) 2020-07-05 22:56:15 +01:00
test_xcom_arg.py Fix chain methods for XComArg (#10827) 2020-09-14 13:13:04 +02:00