Skip to content

Migrate the test suite from nose to unittest #61

@mdickinson

Description

@mdickinson

We should migrate the test suite to use unittest.

Subtasks:

  • Move existing function-based tests into unittest.TestCase subclasses
  • Update the CI machinery to use unittest
  • Update assertions to unittest-style (e.g., self.assertEqual(a, b) instead of assert a == b)

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