basalt-rs/bedrock

Add explanation to visible tests

オープン

#24 opened on 2025/05/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (0 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Add optional explanations to visible tests to be shown in the UI with the tests

It should also support markdown.

[[packet.problems.tests]]
input = "hello"
output = "olleh"
visible = true
explanation = '''
`olleh` is the reverse of the string `hello`.
'''

コントリビューターガイド