forked from mkhan45/RustScript
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
cliCLI and toolchain related issuesCLI and toolchain related issuesfeatureA new feature to be addedA new feature to be added
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliCLI and toolchain related issuesCLI and toolchain related issuesfeatureA new feature to be addedA new feature to be added