Skip to content

Port test suite to unittest #381

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

Closed
iankronquist opened this issue Aug 15, 2014 · 2 comments
Closed

Port test suite to unittest #381

iankronquist opened this issue Aug 15, 2014 · 2 comments

Comments

@iankronquist
Copy link
Contributor

unittest is part of the python standard library, and is the preferred method of writing unit tests in python.

@JukkaL
Copy link
Collaborator

JukkaL commented Aug 15, 2014

Mypy doesn't use unittest (yet) due to historical reasons, as mentioned in #380. Switching to unittest (and pytest/nose) makes sense, but it'll take some work.

@gnprice
Copy link
Collaborator

gnprice commented Jun 8, 2016

Let's fold this into #1673 .

@gnprice gnprice closed this as completed Jun 8, 2016
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

3 participants