Skip to content

Commit

Permalink
Update test_r.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philiporlando committed Jun 26, 2024
1 parent a340e3d commit 454ad45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dagster_and_r_tests/test_r.py
Original file line number Diff line number Diff line change
@@ -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
assert res.success

0 comments on commit 454ad45

Please sign in to comment.