Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require nose for tests #105

Closed
cjerdonek opened this issue Apr 7, 2012 · 0 comments
Closed

Don't require nose for tests #105

cjerdonek opened this issue Apr 7, 2012 · 0 comments

Comments

@cjerdonek
Copy link
Collaborator

If we can do test discovery without use of nose, then we should be able to run unit tests for Python 3 (issue #104) and pre-Python 2.4 (issue #103) more easily.

With regard to Python 3, my preliminary attempts to pass test_suite = 'nose.collector' to setup() for use with Distribute's python setup test seemed to have issues.

Specifically, this task is to set things up in accordance with the instructions here, namely to wrap the project's tests in a unittest test suite.

cjerdonek added a commit that referenced this issue Apr 7, 2012
This addresses issue #105 by letting all tests be run using
Distribute's test, and in particular without using nose.
This paves the way for automatically running 2to3 when running
unit tests from Python 3, as described in issue #104.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant