mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
e0151e724a
This makes the pyi file match the implementation: https://github.com/python/cpython/blob/249706c1fbce04125d81bd9993e6c010ae30f8e4/Lib/unittest/case.py#L1019. I also removed a now-redundant `run` method from FunctionTestCase because the mypy test complained about it having a different signature from TestCase.run(). Context: https://github.com/python/typeshed/pull/3550#issuecomment-572702513.