summaryrefslogtreecommitdiff
path: root/git/test/lib/asserts.py
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 17:44:22 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 17:44:22 -0600
commit99b6dffe9604f86f08c2b53bef4f8ab35bb565a1 (patch)
tree6a6dfbce3c91801ea46be5ae08c0747526ce6d2d /git/test/lib/asserts.py
parent8a5a78b27ce1bcda6597b340d47a20efbac478d7 (diff)
downloadgitpython-99b6dffe9604f86f08c2b53bef4f8ab35bb565a1.tar.gz
Remove test.lib.asserts and use unittest.mock.patch directly
Diffstat (limited to 'git/test/lib/asserts.py')
-rw-r--r--git/test/lib/asserts.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/git/test/lib/asserts.py b/git/test/lib/asserts.py
deleted file mode 100644
index 6c49a0c3..00000000
--- a/git/test/lib/asserts.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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']