GitHub user briancurtin opened a pull request:
https://github.com/apache/libcloud/pull/156
Remove duplicate Cloud Files tests
While running pyflakes, I noticed a couple of tests that came up with
duplicate names and implementations. Looks like an extra copy/paste.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/briancurtin/libcloud remove-dupe-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/156.patch
----
commit 720f097ae5c6199305a8332afba052ea44509e39
Author: briancurtin <[email protected]>
Date: 2013-10-13T04:27:06Z
Remove two duplicate tests. These tests appear to have been a copy/paste.
----