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

Function test_validate_view_name_with_slash

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

Source from the content-addressed store, hash-verified

753
754 #[test]
755 fn test_validate_view_name_with_slash() {
756 let init = Init::new().with_view("feature/branch");
757 let result = init.validate_view_name();
758 assert!(result.is_err());
759 }
760
761 #[test]
762 fn test_validate_view_name_with_backslash() {

Callers

nothing calls this directly

Calls 2

validate_view_nameMethod · 0.80
with_viewMethod · 0.45

Tested by

no test coverage detected