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

Function test_get_status_options_default

atomic-cli/src/commands/status.rs:739–743  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

737
738 #[test]
739 fn test_get_status_options_default() {
740 let status = Status::new();
741 let _options = status.get_status_options();
742 // Just verify it doesn't panic and returns valid options
743 }
744
745 #[test]
746 fn test_get_status_options_no_untracked() {

Callers

nothing calls this directly

Calls 1

get_status_optionsMethod · 0.80

Tested by

no test coverage detected