diff options
author | 2021-02-28 14:41:47 +0300 | |
---|---|---|
committer | 2021-02-28 14:41:47 +0300 | |
commit | f15dc347713147fe7d69ac1e866a178f63df3a07 (patch) | |
tree | 20fabe2c7f2d8e915211ef56b75bec78bc55d010 /SCHEMA.md | |
parent | Bump uvicorn from 0.13.3 to 0.13.4 (diff) | |
parent | Merge pull request #63 from python-discord/feat/9/unittest-validation (diff) |
Merge branch 'main' into dependabot/pip/uvicorn-0.13.4
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()", + ... + } } ``` |