blob: 6c49a0c33fd0e35a180e8aeb7c603bfe3f40a0c7 (
plain)
1
2
3
4
5
6
7
8
9
|
# asserts.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
from unittest.mock import patch
__all__ = ['patch']
|