diff options
| author | 2021-02-28 14:47:11 +0300 | |
|---|---|---|
| committer | 2021-02-28 14:49:42 +0300 | |
| commit | d1c229940248b7fd3a82713a125337d300729966 (patch) | |
| tree | 395131748f039524ef34affc16045cbc12fe70e6 /SCHEMA.md | |
| parent | Sets Sentry SDK Environment (diff) | |
| parent | Merge pull request #62 from python-discord/dependabot/pip/uvicorn-0.13.4 (diff) | |
Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
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()", + ... + } } ``` |