Skip to content

Commit 3a4b11e

Browse files
committed
Added editor files into the list of files to copy to the runner.
1 parent 732ed76 commit 3a4b11e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/test_exercises.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ def copy_solution_files(exercise: ExerciseInfo, workdir: Path, exercise_config:
4646
if exercise_config is not None:
4747
solution_files = exercise_config.files.solution
4848
exemplar_files = exercise_config.files.exemplar
49+
helper_files = exercise_config.files.editor
4950
else:
5051
solution_files = []
5152
exemplar_files = []
53+
helper_files = []
5254
if not solution_files:
5355
solution_files.append(exercise.solution_stub.name)
5456
solution_files = [exercise.path / s for s in solution_files]

0 commit comments

Comments
 (0)