(t *testing.T)
| 310 | } |
| 311 | |
| 312 | func TestDetectPackageManager_EdgeCases(t *testing.T) { |
| 313 | assert.Equal(t, "", detectPackageManager("/usr/local/bin/tnr")) |
| 314 | assert.Equal(t, "homebrew", detectPackageManager("/opt/homebrew/Cellar/tnr/1.0/bin/tnr")) |
| 315 | } |
nothing calls this directly
no test coverage detected