2024-08-12 18:18:44 -05:00
|
|
|
# Create a new KCL snapshot test from `tests/inputs/my-test.kcl`.
|
|
|
|
new-test name:
|
|
|
|
echo "kcl_test!(\"{{name}}\", {{name}});" >> tests/executor/visuals.rs
|
|
|
|
TWENTY_TWENTY=overwrite cargo nextest run --test executor -E 'test(=visuals::{{name}})'
|
2024-09-06 09:42:11 -05:00
|
|
|
|
|
|
|
lint:
|
|
|
|
cargo clippy --all --tests --benches -- -D warnings
|
2024-10-29 09:39:50 -05:00
|
|
|
|
|
|
|
redo-kcl-stdlib-docs:
|
|
|
|
EXPECTORATE=overwrite cargo nextest run -p kcl-lib docs::gen_std_tests::test_generate_stdlib
|