Skip to content

Commit

Permalink
Add test for OutputLocalTarget with absolute path and prefix
Browse files Browse the repository at this point in the history
Change-Id: I9ae33ba36f769037110d799db7b0a421d740228d
  • Loading branch information
adrien-berchet committed Oct 26, 2020
1 parent 9be3c43 commit c18c368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_luigi_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@ def output(self):
"relative_output_target.test", prefix=tmpdir / "test" / ".."
),
luigi_tools.OutputLocalTarget("output_target_default_prefix.test"),
luigi_tools.OutputLocalTarget(
tmpdir / "absolute_output_target_prefix.test",
prefix=tmpdir / "test",
),
]

try:
Expand Down

0 comments on commit c18c368

Please sign in to comment.