blob: d8a248c1d7f2bdc7fafb9e81166962a642db8dbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-unit-test"
name = "Unit Test"
icon = "🧪"
category = "testing"
desc = """
Shows how to write unit tests for Chain and Renderer functions using the `entry!` macro and assertion helpers.
"""
tags = ["testing", "extra_macros"]
files = ["src/main.rs", "Cargo.toml"]
|