exowos/practical.yml
2025-03-11 14:56:46 +01:00

25 lines
505 B
YAML

language: "rust"
name: "strings internals"
subject: "subject_text"
source: "subject_source"
tag_every: "2m"
file_check_ignore:
- "tests/"
- "Cargo.lock"
to_copy:
- "Cargo.toml"
- "tests/"
exercises:
option:
required_files:
- "src/errors.rs"
- "src/errors/option.rs"
tests:
- "is_some_none"
- "is_some_some"
- "get_or_default_none"
- "get_or_default_some_same"
- "get_or_default_some_diff"
- "get_or_panic_none"
- "get_or_panic_some"