enthought / enthought/codetools

Migrate the test suite from nose to unittest

Open
#61 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.