Skip to content

Commit

Permalink
rename test suites that annoy me every time I look at them
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoPhex committed Aug 17, 2017
1 parent 80fc2d0 commit 8478995
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cf/api/api_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func TestApi(t *testing.T) {
i18n.T = i18n.Init(config)

RegisterFailHandler(Fail)
RunSpecs(t, "Api Suite")
RunSpecs(t, "API Suite")
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func TestEnvironmentVariableGroups(t *testing.T) {
i18n.T = i18n.Init(config)

RegisterFailHandler(Fail)
RunSpecs(t, "EnvironmentVariableGroups Suite")
RunSpecs(t, "Environment Variable Groups Suite")
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func TestEnvironmentvariablegroup(t *testing.T) {
i18n.T = i18n.Init(config)

RegisterFailHandler(Fail)
RunSpecs(t, "Environmentvariablegroup Suite")
RunSpecs(t, "Environment Variable Group Suite")
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func TestServiceauthtoken(t *testing.T) {
i18n.T = i18n.Init(config)

RegisterFailHandler(Fail)
RunSpecs(t, "Serviceauthtoken Suite")
RunSpecs(t, "Service Authentication Token Suite")
}
2 changes: 1 addition & 1 deletion cf/commands/spacequota/spacequota_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func TestSpacequota(t *testing.T) {
i18n.T = i18n.Init(config)

RegisterFailHandler(Fail)
RunSpecs(t, "Spacequota Suite")
RunSpecs(t, "Space Quota Suite")
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ func TestTestRpcServerExample(t *testing.T) {

pluginbuilder.BuildTestBinary("", "test_rpc_server_example")

RunSpecs(t, "TestRpcServerExample Suite")
RunSpecs(t, "Test RPC Server Example Suite")
}

0 comments on commit 8478995

Please sign in to comment.