commit | 6425a415dfe6dfaccea141f65add74479067b775 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:30:35 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:33 2014 -0400 |
tree | a79ed08c0eb05477e7b77a74223eff059ad5d7d1 | |
parent | 89466cc335beb561cc88c0ef997d3de996e76a47 [diff] [blame] |
Clarify ServiceClient and ProviderClient.
diff --git a/openstack/client_test.go b/openstack/client_test.go new file mode 100644 index 0000000..8068554 --- /dev/null +++ b/openstack/client_test.go
@@ -0,0 +1,12 @@ +package openstack + +import ( + "testing" + + "github.com/rackspace/gophercloud/testhelper" +) + +func TestAuthenticate(t *testing.T) { + testhelper.SetupHTTP() + defer testhelper.TeardownHTTP() +}