GitHub user allardhoeve opened a pull request:
https://github.com/apache/libcloud/pull/474
Allow testing using nosetests
Nosetests tried to execute all imported `TestCaseMixin`s. This patch lets
it skip all `TestCaseMixin` base classes that are imported.
Yes, we test using tox, but nosetests is a superior test runner in that it
let's you run a subset of the tests. Also, peoples preferences will vary.
Tox also allows a subset to be run by passing arguments on to `setup.py`,
but our `setup.py` does not support the `-s` flag.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ByteInternet/libcloud allow-nosetests-to-run
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/474.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #474
----
commit 8b7ad5abbe47505259604aec00ad1c030a6ca37c
Author: Allard Hoeve <[email protected]>
Date: 2015-03-03T19:36:51Z
Allow nosetests to run
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---