enthought / enthought/codetools
Migrate the test suite from nose to unittest
Open
- Dominant language
- Python
- Stars
- 54
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.