Skip to content

Commit

Permalink
use CI for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radujica committed Dec 19, 2024
1 parent ba11246 commit 3518cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/models/test_dagbag.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,12 @@ def test_dagbag_dag_collection(self):

dagbag.collect_dags()
assert dagbag.dags
print(dagbag.dags)

# test that dagbag.dags is not empty if collect_dags is True
dagbag = DagBag(dag_folder=TEST_DAGS_FOLDER, include_examples=False)
assert dagbag.dags
print(dagbag.dags)

def test_dabgag_captured_warnings(self):
dag_file = os.path.join(TEST_DAGS_FOLDER, "test_dag_warnings.py")
Expand Down

0 comments on commit 3518cfd

Please sign in to comment.