Jon Perritt | 0e28b11 | 2014-10-14 20:49:31 -0500 | [diff] [blame^] | 1 | package accounts |
2 | |||||
3 | import ( | ||||
4 | "testing" | ||||
5 | //th "github.com/rackspace/gophercloud/testhelper" | ||||
6 | //fake "github.com/rackspace/gophercloud/testhelper/client" | ||||
7 | ) | ||||
8 | |||||
9 | func TestGetAccounts(t *testing.T) { | ||||
10 | |||||
11 | } | ||||
12 | |||||
13 | func TestUpdateAccounts(t *testing.T) { | ||||
14 | |||||
15 | } |