Skip to content

Auto-run 2to3 when unit testing from Python 3 #104

@cjerdonek

Description

@cjerdonek

We should update our test harness so that it runs 2to3 automatically when running tests from Python 3. For example, we could try the approach described here of using the use_2to3 keyword argument to setup().

This might require us to do "manual" test discovery without use of nose since my preliminary experiments in passing test_suite = 'nose.collector' to setup() for Distribute's test command seem to reveal issues.

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