incubator-airflow/tests/test_utils
Tomek Urbaszek ecf2f8499b
Use namedtuple for TaskInstanceKeyType (#9712)
* Use namedtuple for TaskInstanceKeyType
2020-07-10 15:05:51 +02:00
..
operators [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
README.md [AIRFLOW-5206] Common licence in all .md files, TOC + removed TODO.md (#5809) 2019-08-21 23:27:54 -04:00
__init__.py [AIRFLOW-6763] Make systems tests ready for backport tests (#7389) 2020-02-21 18:25:32 +01:00
amazon_system_helpers.py Add AWS ECS system test (#8888) 2020-06-22 10:18:13 +02:00
asserts.py [AIRFLOW-6967] Add tests to avoid performance regression in DagFileProcessor (#7602) 2020-03-07 19:13:00 +01:00
config.py Create log file w/abs path so tests pass on MacOS (#8820) 2020-05-14 23:17:54 +01:00
db.py Fix tests: Add Default Conns back only when needed (#9679) 2020-07-06 00:27:36 +01:00
fake_datetime.py Bump Pylint to 2.5.3 (#9294) 2020-06-27 18:19:21 +01:00
gcp_system_helpers.py Adds GCP Secret Manager Hook (#9368) 2020-06-18 15:11:11 +02:00
get_all_tests.py [AIRFLOW-6333] Bump Pylint to 2.4.4 & fix/disable new checks (#6888) 2019-12-24 00:17:02 +00:00
hdfs_utils.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
mock_executor.py Use namedtuple for TaskInstanceKeyType (#9712) 2020-07-10 15:05:51 +02:00
mock_hooks.py Remove Hive/Hadoop/Java dependency from unit tests (#9029) 2020-06-03 12:49:27 +01:00
mock_operators.py Properly propagated warnings in operators (#9348) 2020-06-19 14:29:33 +02:00
mock_plugins.py Add extra links endpoint (#9475) 2020-06-24 12:26:20 +02:00
mock_process.py fix typing error for utils.dates.date_range usage (#9429) 2020-06-21 16:10:34 +02:00
mock_security_manager.py [AIRFLOW-6058] Running tests with pytest (#6472) 2019-12-05 10:40:28 +01:00
reset_warning_registry.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
system_tests_class.py Call super.tearDown in SystemTest tearDown (#9196) 2020-06-09 19:18:19 +02:00
terraform.py Add S3ToRedshift example dag and system test (#8877) 2020-06-10 17:20:08 +02:00

README.md

Utilities for use in tests.