Skip to content

Commit dda49a6

Browse files
authored
Fix test of example execution (#156)
1 parent 810945c commit dda49a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_examples_run.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
pathlib.Path("examples") / "hello" / "hello-roles-array.pdl",
5454
pathlib.Path("examples") / "weather" / "weather.pdl",
5555
pathlib.Path("examples") / "demo" / "3-weather.pdl",
56+
pathlib.Path("examples") / "tutorial" / "conditionals_loops.pdl",
5657
]
5758
}
5859

@@ -103,7 +104,9 @@ class InputsType:
103104
),
104105
pathlib.Path("examples")
105106
/ "tutorial"
106-
/ "conditionals_loops.pdl": InputsType(stdin="What is APR?\nno\nSay it as a poem\nyes\n"),
107+
/ "conditionals_loops.pdl": InputsType(
108+
stdin="What is APR?\nno\nSay it as a poem\nyes\n"
109+
),
107110
}.items()
108111
}
109112

0 commit comments

Comments
 (0)