8000 add check for test files · mortn/python-docs-samples@b55843b · GitHub
[go: up one dir, main page]

Skip to content

Commit b55843b

Browse files
committed
add check for test files
1 parent 005d5e9 commit b55843b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer/cicd_sample/utils/add_dags_to_composer_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ def test_create_dags_list(dags_directory: str) -> None:
7979
assert f"{temp_dir}/__init__.py" not in dags
8080
assert f"{temp_dir}/example_dag.py" in dags
8181
assert f"{temp_dir}/example2_dag.py" in dags
82+
assert f"{temp_dir}/example_dag_test.py" not in dags
83+
assert f"{temp_dir}/example2_dag_test.py" not in dags
84+
8285

8386

8487
def test_upload_dags_to_composer_no_files(

0 commit comments

Comments
 (0)
0