Skip to content

CLI test command #10

@WilliamRagstad

Description

@WilliamRagstad

Many programming language CLI tools have extensive functionality beyond just compiling and running code.
One feature that we want to implement in RustScript's CLI tool rsc is a flexible testing suite, where sections of the code should be marked as tests and being executed on command by this tool. Thought is to implement it similar to Rust's cargo test command, running test code marked with the #[test] attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliCLI and toolchain related issuesfeatureA new feature to be added

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions