You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
unittest is part of the python standard library, and is the preferred method of writing unit tests in python.
The text was updated successfully, but these errors were encountered: