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

Function test_get_ignore_template_python

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

Source from the content-addressed store, hash-verified

798
799 #[test]
800 fn test_get_ignore_template_python() {
801 let template = get_ignore_template("python");
802 assert!(template.is_some());
803 let content = template.unwrap();
804 assert!(content.contains("__pycache__/"));
805 assert!(content.contains(".venv/"));
806 }
807
808 #[test]
809 fn test_get_ignore_template_node() {

Callers

nothing calls this directly

Calls 2

get_ignore_templateFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected