basalt-rs/bedrock

Add explanation to visible tests

Open

#24 opened on May 12, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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`.
'''

Contributor guide