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

Migrate the test suite from nose to unittest #61

Open
3 tasks
mdickinson opened this issue Mar 11, 2022 · 1 comment
Open
3 tasks

Migrate the test suite from nose to unittest #61

mdickinson opened this issue Mar 11, 2022 · 1 comment

Comments

@mdickinson
Copy link
Member

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)
@mdickinson
Copy link
Member Author

There are also several uses of deprecated unittest methods that could be fixed at the same time.

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