Files
typeshed/stdlib/3
Jukka Lehtosalo 86135edb6d Fix signature of assertRaisesRegexp in unittest (#3434)
Fixes mypy false positive `"None" has noattribute "__enter__"` here:

```
class Foo(unittest.TestCase):
    def test_foo(self) -> None:
        with self.assertRaisesRegexp(Exception, "foo"):
            1 / 0
```

Fixes regression introduced in e6c467af82.
2019-11-01 15:48:35 +00:00
..
2019-10-29 19:52:05 -07:00
2019-07-27 10:58:21 +02:00
2019-07-27 10:58:21 +02:00
2019-07-27 10:58:21 +02:00
2017-04-30 14:16:30 -07:00
2019-08-05 08:08:57 -07:00
2018-08-18 19:25:48 -07:00
2019-07-27 10:58:21 +02:00
2019-10-23 14:31:43 +02:00
2017-10-08 21:12:19 -07:00
2019-07-27 10:58:21 +02:00