This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 95632ce  Fix dag.clear usages after change from #9824 (#9909)
     add eb1aedd  Add unit tests for CassandraTableSensor, 
CassandraRecordSensor and WebHdfsSensor (#9874)

No new revisions were added by this update.

Summary of changes:
 tests/providers/apache/cassandra/sensors/record.py | 34 ----------
 tests/providers/apache/cassandra/sensors/table.py  | 35 ----------
 .../apache/cassandra/sensors/test_record.py        | 75 ++++++++++++++++++++++
 .../apache/cassandra/sensors/test_table.py         | 72 +++++++++++++++++++++
 .../providers/apache/hdfs/sensors/test_web_hdfs.py | 58 +++++++++++++++++
 .../providers/apache/hdfs/sensors/test_webhdfs.py  | 41 ------------
 tests/test_project_structure.py                    |  3 -
 7 files changed, 205 insertions(+), 113 deletions(-)
 delete mode 100644 tests/providers/apache/cassandra/sensors/record.py
 delete mode 100644 tests/providers/apache/cassandra/sensors/table.py
 create mode 100644 tests/providers/apache/cassandra/sensors/test_record.py
 create mode 100644 tests/providers/apache/cassandra/sensors/test_table.py
 create mode 100644 tests/providers/apache/hdfs/sensors/test_web_hdfs.py
 delete mode 100644 tests/providers/apache/hdfs/sensors/test_webhdfs.py

Reply via email to