This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
typeshed
Watch
1
Star
0
Fork
0
You've already forked typeshed
mirror of
https://github.com/davidhalter/typeshed.git
synced
2025-12-07 20:54:28 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c1dbdc7e26556fb71d81c312c83fab0bc044fbc2
typeshed
/
stdlib
/
3
/
unittest
History
Adam Simpkins
c1dbdc7e26
Fix the return type for unittest.TestCase.run() (
#2603
)
...
In Python 3 this method returns None if the test is skipped, and a TestResult otherwise.
2018-11-16 10:32:42 +01:00
..
__init__.pyi
Fix the return type for unittest.TestCase.run() (
#2603
)
2018-11-16 10:32:42 +01:00
mock.pyi
Fix return of patch() and patch.multiple() (
#2520
)
2018-10-25 20:55:11 -07:00