blob: 975cc9c0454c7033526f39c5878d291732ab2ada [file] [log] [blame]
Add support for :func:`classmethod` and :func:`staticmethod` to
:func:`unittest.mock.create_autospec`. Initial patch by Felipe Ochoa.