Skip to content

Commit c0da24e

Browse files
authored
Set Test-runner to false for alphametics (exercism#2496)
* Set Test-runner to false for alphametics * Added test_runner Practice Exercise Config Key * Moved test_runner key out of files * Removed trailing comma in files key * Update exercises/practice/alphametics/.meta/config.json updated!
1 parent 4948da8 commit c0da24e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/data.py

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class ExerciseConfig:
134134
forked_from: str = None
135135
contributors: List[str] = None
136136
language_versions: List[str] = None
137+
test_runner: bool = True
137138
source: str = None
138139
source_url: str = None
139140
blurb: str = None

exercises/practice/alphametics/.meta/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"example": [
2727
".meta/example.py"
2828
]
29-
}
29+
},
30+
"test_runner": false
3031
}

0 commit comments

Comments
 (0)