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

Source from the content-addressed store, hash-verified

766
767 #[test]
768 fn test_validate_view_name_with_slash() {
769 let init = Init::new().with_view("feature/branch");
770 let result = init.validate_view_name();
771 assert!(result.is_err());
772 }
773
774 #[test]
775 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