X Tutup
Skip to content

Improve tests with unittest2 #428

@thomasballinger

Description

@thomasballinger

Python 2.6 compatibility is a drag for using nice unittest.TestCase.assert* methods, and some of our tests are less readable (use assertTrue when they should use assertIn, assertTuple, etc) because of this. We should fix these tests and use unittest2 (a backport of new unitest features) for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup