MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_get_ignore_template_rust

Function test_get_ignore_template_rust

atomic-cli/src/commands/init.rs:798–804  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

796
797 #[test]
798 fn test_get_ignore_template_rust() {
799 let template = get_ignore_template("rust");
800 assert!(template.is_some());
801 let content = template.unwrap();
802 assert!(content.contains("target/"));
803 assert!(content.contains("Cargo.lock"));
804 }
805
806 #[test]
807 fn test_get_ignore_template_python() {

Callers

nothing calls this directly

Calls 2

get_ignore_templateFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected