rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

cli: Improve test running and commandline arguments #767

Closed udoprog closed 1 month ago

udoprog commented 1 month ago

Command output has been improved to indicate where tests are found.

As an added capability, we can now filter tests by specifying filter arguments the same way Rust supports it.

image