Guido van Rossum
|
39325bf159
|
Mypy now supports sys.platform and sys.version_info checks (#410)
|
2016-07-27 13:25:29 -07:00 |
|
Guido van Rossum
|
1c4662d2f3
|
Two small changes to help the mypy test suite pass (#355)
* Condition arg for skip{If,Unless} should be object, not bool.
* Env arg to os.get_exec_path() is a Mapping, not a Dict.
|
2016-07-12 14:10:36 -07:00 |
|
tharvik
|
e102c99f36
|
improve unittest
|
2016-07-06 11:33:48 +02:00 |
|
Philip House
|
4a79dec6ba
|
adding type-specific assertEqual cases (#315)
Adding support for type-specific equality methods (see https://docs.python.org/2.7/library/unittest.html?highlight=assertlistequals#unittest.TestCase.addTypeEqualityFunc) in the unittest stub for both 2.7/3. As requested by @gvanrossum in #308
|
2016-06-28 08:12:27 -07:00 |
|
Philip House
|
d2db605008
|
fixes #131 (#308)
|
2016-06-21 08:16:24 -07:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
d2a3d4a4ed
|
Use explicit "# type: str" instead of '' shortcut.
|
2015-11-09 07:59:24 -08:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|