exowos/practical.yml
2025-03-11 16:28:47 +01:00

25 lines
502 B
YAML

language: "rust"
name: "error handling"
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"