Skip to content

Commit

Permalink
Batch: Adjust pipeline test to new test package names
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Nov 22, 2024
1 parent 95e15a4 commit 3e0e8ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions loki/batch/tests/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ def transform_subroutine(self, routine, **kwargs):
assert comments[4].text == '! No !'

# Check that the string representation is sane
assert '<YesTrafo [test_transformation]' in str(pipe)
assert '<MaybeTrafo [test_transformation]' in str(pipe)
assert '<MaybeNotTrafo [test_transformation]' in str(pipe)
assert '<YesTrafo [test_transformation]' in str(pipe)
assert '<NoTrafo [test_transformation]' in str(pipe)
assert '<YesTrafo [loki.batch.tests.test_transformation]' in str(pipe)
assert '<MaybeTrafo [loki.batch.tests.test_transformation]' in str(pipe)
assert '<MaybeNotTrafo [loki.batch.tests.test_transformation]' in str(pipe)
assert '<YesTrafo [loki.batch.tests.test_transformation]' in str(pipe)
assert '<NoTrafo [loki.batch.tests.test_transformation]' in str(pipe)

0 comments on commit 3e0e8ab

Please sign in to comment.