diff options
| author | 2021-02-24 12:06:44 +0100 | |
|---|---|---|
| committer | 2021-02-24 12:06:44 +0100 | |
| commit | c311359785ad28c64cd0236d223a0dab93ff0a83 (patch) | |
| tree | 1736beb7a021c86d402febddf9fc628bc96468d3 /SCHEMA.md | |
| parent | Add snekbox to the environment (diff) | |
Add unittests to the schema
Diffstat (limited to 'SCHEMA.md')
| -rw-r--r-- | SCHEMA.md | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -123,7 +123,12 @@ Textareas require no additional configuration.  ```js  {      // A supported language from https://prismjs.com/#supported-languages -    "language": "python" +    "language": "python", +    // An optinal mapping of unit tests +    "unittests": { +        "unit_1": "unit_code()", +        ... +    }  }  ```  |