MCPcopy Create free account
hub / github.com/1Password/for-open-source / TestParseAccountUrl

Function TestParseAccountUrl

script/validator_test.go:47–52  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45}
46
47func TestParseAccountUrl(t *testing.T) {
48 testCases := []validationTestCase{
49 {"myteam.1password.com", true, "myteam.1password.com", ""},
50 }
51 runValidationTests(t, testCases, ParseAccountURL, "ParseAccountUrl")
52}
53
54func TestParseCheckbox(t *testing.T) {
55 testCases := []validationTestCase{

Callers

nothing calls this directly

Calls 1

runValidationTestsFunction · 0.85

Tested by

no test coverage detected