Files
typeshed/stdlib
Jelle Zijlstra eef0b1d562 fix type for TestCase.assertIn (#2186)
* fix type for TestCase.assertIn

This does essentially `assert member in container`, so we want a `Container`, not an `Iterable`.

This came up in https://github.com/ambv/black/pull/288/files/68e9d426a86edc187a3f58ea889a2002620f0de6..0bbee43d60dfc16d8bbdd0bbdaad754a2c8c7ec0#r192525658.

* use any for assertIn
2018-06-04 15:34:09 -07:00
..
2018-05-31 21:44:42 -07:00
2018-06-04 15:34:09 -07:00
2018-05-15 15:18:59 -04:00
2018-04-06 11:09:11 -07:00