diff options
| author | 2021-02-28 14:34:12 +0300 | |
|---|---|---|
| committer | 2021-02-28 14:34:12 +0300 | |
| commit | 637d61e1e9b4f1f4643c7f56ed7f7b0b6fedbac8 (patch) | |
| tree | 6ceebd48bad1630799d4141510e599bbb412b567 /SCHEMA.md | |
| parent | Dynamically Selects OAuth Redirect URI (diff) | |
| parent | Merge pull request #63 from python-discord/feat/9/unittest-validation (diff) | |
Merge branch 'main' into token-expiry
# Conflicts:
# backend/routes/forms/form.py
# backend/routes/forms/submit.py
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()", + ... + } } ``` |