commit | 1d3fa667c76ec6dabb67a0b13ce07c3022768f4c | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jun 25 15:29:32 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Tue Jun 25 15:29:32 2013 -0700 |
tree | ab8cc3e95e3080b9a8526668661d58eec190cc28 | |
parent | d6092adfb69759791c3f3fdd99e5642066e3e642 [diff] [blame] |
Add authentication acceptance test. Before coding on the Authentication functionality of gophercloud, we needed the acceptance test to know when we were finished. Since the authentication test is written in Go, I had to adjust the scripts/test-all.sh file to invoke Go programs directly.
diff --git a/package.go b/package.go new file mode 100644 index 0000000..3b1939b --- /dev/null +++ b/package.go
@@ -0,0 +1,2 @@ +package gophercloud +