File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
tmc-langs-python3/src/main/java/fi/helsinki/cs/tmc/langs/python3 Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
import fi .helsinki .cs .tmc .langs .abstraction .ValidationResult ;
7
7
import fi .helsinki .cs .tmc .langs .domain .ExerciseBuilder ;
8
8
import fi .helsinki .cs .tmc .langs .domain .ExerciseDesc ;
9
+ import fi .helsinki .cs .tmc .langs .domain .ExercisePackagingConfiguration ;
9
10
import fi .helsinki .cs .tmc .langs .domain .RunResult ;
10
11
import fi .helsinki .cs .tmc .langs .domain .TestDesc ;
11
12
import fi .helsinki .cs .tmc .langs .io .StudentFilePolicy ;
@@ -146,4 +147,10 @@ private String[] getTestCommand() {
146
147
public void clean (Path path ) {
147
148
// no op
148
149
}
150
+
151
+ @ Override
152
+ public ExercisePackagingConfiguration getExercisePackagingConfiguration () {
153
+ return new ExercisePackagingConfiguration (
154
+ ImmutableList .of ("src" ), ImmutableList .of ("test" , "tmc" ));
155
+ }
149
156
}
You can’t perform that action at this time.
0 commit comments