From 454ad457ac00a7d9a699f7c81873f99f20872c56 Mon Sep 17 00:00:00 2001 From: Philip Orlando Date: Tue, 25 Jun 2024 19:16:33 -0700 Subject: [PATCH] Update test_r.py --- dagster_and_r_tests/test_r.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dagster_and_r_tests/test_r.py b/dagster_and_r_tests/test_r.py index 660c598..1694b17 100644 --- a/dagster_and_r_tests/test_r.py +++ b/dagster_and_r_tests/test_r.py @@ -1,5 +1,8 @@ from dagster_and_r.docker_and_r import my_docker_and_r_job def test_my_docker_and_r_job(): + """ + Test calling R job from docker. + """ res = my_docker_and_r_job.execute_in_process() - assert res.success \ No newline at end of file + assert res.success