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:807–813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

805
806 #[test]
807 fn test_get_ignore_template_python() {
808 let template = get_ignore_template("python");
809 assert!(template.is_some());
810 let content = template.unwrap();
811 assert!(content.contains("__pycache__/"));
812 assert!(content.contains(".venv/"));
813 }
814
815 #[test]
816 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