Set Test-runner to false for alphametics (#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!
This commit is contained in:
BethanyG
2021-08-28 08:15:04 -07:00
committed by GitHub
parent 4948da84ef
commit c0da24ea24
2 changed files with 3 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ class ExerciseConfig:
forked_from: str = None
contributors: List[str] = None
language_versions: List[str] = None
test_runner: bool = True
source: str = None
source_url: str = None
blurb: str = None

View File

@@ -26,5 +26,6 @@
"example": [
".meta/example.py"
]
}
},
"test_runner": false
}