Skip to content

Don't require nose for tests #105

Closed
Closed
@cjerdonek

Description

@cjerdonek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions