incubator-airflow/tests
bolkedebruin 3730c24c41
[AIRFLOW-5912] Expose lineage API (#7138)
Lineage data is exposed via the experimental api endpoint
per dag.
2020-01-20 17:16:33 +01:00
..
airflow_pylint
api [AIRFLOW-6563] Add end_date for marked tasks (#7171) 2020-01-15 16:04:33 -08:00
bats [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
cli [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
contrib [AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178) 2020-01-17 09:39:04 +01:00
dags [AIRFLOW-6428] Fix import path for airflow.utils.dates.days_ago in Example DAGs (#7007) 2020-01-03 13:42:04 +00:00
dags_corrupted [AIRFLOW-6383] Add no trailing-whitespace pre-commit hook (#6941) 2019-12-28 19:34:35 +01:00
dags_with_system_exit
executors [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
gcp [AIRFLOW-5520] Add options to run Dataflow in a virtual environment (#6590) 2020-01-19 15:48:19 +01:00
hooks [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
jobs [AIRFLOW-6576] Fix scheduler crash caused by deleted task with sla misses (#7187) 2020-01-19 15:19:54 +05:30
kubernetes [AIRFLOW-5413] Refactor worker config (#7114) 2020-01-09 12:39:05 -08:00
lineage [AIRFLOW-5912] Expose lineage API (#7138) 2020-01-20 17:16:33 +01:00
macros [AIRFLOW-6343] Make tests/* pylint compatible (#6899) 2019-12-26 21:30:43 +01:00
models [AIRFLOW-1467] Allow tasks to use more than one pool slot (#7160) 2020-01-19 16:25:43 +05:30
operators [AIRFLOW-6296] add OdbcHook & deprecation warning for pymssql (#6850) 2020-01-19 07:54:56 +01:00
plugins [AIRFLOW-6391] Move content of utils.tests to tests.test_utils (#6949) 2019-12-29 21:17:56 +01:00
providers [AIRFLOW-6296] add OdbcHook & deprecation warning for pymssql (#6850) 2020-01-19 07:54:56 +01:00
runtime [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
security [AIRFLOW-6343] Make tests/* pylint compatible (#6899) 2019-12-26 21:30:43 +01:00
sensors [AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178) 2020-01-17 09:39:04 +01:00
serialization [AIRFLOW-1467] Allow tasks to use more than one pool slot (#7160) 2020-01-19 16:25:43 +05:30
task [AIRFLOW-6371] Move dag tests from test_core to test_dag (#6927) 2019-12-27 16:30:44 +01:00
test_utils [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
testconfig/conf
ti_deps [AIRFLOW-1467] Allow tasks to use more than one pool slot (#7160) 2020-01-19 16:25:43 +05:30
utils [AIRFLOW-5520] Add options to run Dataflow in a virtual environment (#6590) 2020-01-19 15:48:19 +01:00
www [AIRFLOW-5912] Expose lineage API (#7138) 2020-01-20 17:16:33 +01:00
__init__.py
conftest.py [AIRFLOW-XXXX] Fix typo in tests/conftest.py (#7181) 2020-01-15 21:38:37 +01:00
test_config_templates.py [AIRFLOW-6332] Extract logging options to new section (#6887) 2019-12-25 11:21:28 +01:00
test_configuration.py [AIRFLOW-6368][Depends on 6367] Move conf tests from test_core to test_configuration (#6925) 2019-12-27 12:42:05 +01:00
test_core.py [AIRFLOW-6489] Separate integrations in tests (#7091) 2020-01-13 20:47:37 +01:00
test_core_to_contrib.py [AIRFLOW-6572] Move AWS classes to providers.amazon.aws package (#7178) 2020-01-17 09:39:04 +01:00
test_example_dags_system.py [AIRFLOW-6418] Remove SystemTest.skip decorator (#6991) 2020-01-01 18:29:49 +01:00
test_impersonation.py
test_local_settings.py [AIRFLOW-6343] Make tests/* pylint compatible (#6899) 2019-12-26 21:30:43 +01:00
test_logging_config.py [AIRFLOW-6365] Remove tests/compat (#6919) 2019-12-27 09:14:02 +01:00
test_order_setup.py
test_sentry.py [AIRFLOW-1467] Allow tasks to use more than one pool slot (#7160) 2020-01-19 16:25:43 +05:30
test_sqlalchemy_config.py [AIRFLOW-6365] Remove tests/compat (#6919) 2019-12-27 09:14:02 +01:00
test_stats.py