Skip to content

Commit

Permalink
Add the import -> process -> export group job to the CI job for examp…
Browse files Browse the repository at this point in the history
…le models
  • Loading branch information
Martin Traverse committed Oct 31, 2024
1 parent 179252e commit 4601905
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tracdap-runtime/python/test/tracdap_examples/test_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,10 @@ def test_using_polars(self):
sys_config = self.examples_root.joinpath("config/sys_config.yaml")

launch.launch_model(UsingPolarsModel, job_config, sys_config, dev_mode=True)

def test_group_import_process_export(self):

job_config = self.examples_root.joinpath("config/job_group.yaml")
sys_config = self.examples_root.joinpath("config/sys_config.yaml")

launch.launch_job(job_config, sys_config, dev_mode=True)

0 comments on commit 4601905

Please sign in to comment.