Remove the __authors__ var from py files
This commit is contained in:
parent
6195491596
commit
edcd803e7e
@ -35,8 +35,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
BLOB_SHA = 'af431f20fc541ed6d5afede3e2dc7160f6f01f16'
|
||||
BLOB_NEW_CONTENT = b'foo bar\n'
|
||||
|
||||
|
@ -35,8 +35,6 @@ from pygit2 import GIT_OBJ_COMMIT, Signature
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
COMMIT_SHA = '5fe808e8953c12735680c257f56600cb0de44b10'
|
||||
|
||||
|
||||
|
@ -34,8 +34,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'mlenders@elegosoft.com (M. Lenders)'
|
||||
|
||||
config_filename = "test_config"
|
||||
|
||||
def foreach_test_wrapper(key, name, lst):
|
||||
|
@ -33,8 +33,6 @@ import unittest
|
||||
|
||||
from . import utils
|
||||
|
||||
__author__ = 'Nico.Geyso@FU-Berlin.de (Nico von Geyso)'
|
||||
|
||||
|
||||
COMMIT_SHA1_1 = '5fe808e8953c12735680c257f56600cb0de44b10'
|
||||
COMMIT_SHA1_2 = 'c2792cfa289ae6321ecf2cd5806c2194b0fd070c'
|
||||
|
@ -36,9 +36,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'jdavid.ibp@gmail.com (J. David Ibáñez)'
|
||||
|
||||
|
||||
class IndexBareTest(utils.BareRepoTestCase):
|
||||
|
||||
def test_bare(self):
|
||||
|
@ -35,8 +35,6 @@ from pygit2 import GitError, GIT_REF_OID, GIT_REF_SYMBOLIC
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'david.versmisse@itaapy.com (David Versmisse)'
|
||||
|
||||
LAST_COMMIT = '2be5719152d4f82c7302b1c0932d8e5f0a4a0e98'
|
||||
|
||||
|
||||
|
@ -39,8 +39,6 @@ from pygit2 import GIT_OBJ_ANY, GIT_OBJ_BLOB, GIT_OBJ_COMMIT, init_repository, \
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
HEAD_SHA = '5fe808e8953c12735680c257f56600cb0de44b10'
|
||||
A_HEX_SHA = 'af431f20fc541ed6d5afede3e2dc7160f6f01f16'
|
||||
A_BIN_SHA = binascii.unhexlify(A_HEX_SHA.encode('ascii'))
|
||||
|
@ -35,9 +35,6 @@ from pygit2 import GIT_SORT_TIME, GIT_SORT_REVERSE
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'jdavid.ibp@gmail.com (J. David Ibáñez)'
|
||||
|
||||
|
||||
# In the order given by git log
|
||||
log = [
|
||||
'2be5719152d4f82c7302b1c0932d8e5f0a4a0e98',
|
||||
|
@ -33,10 +33,6 @@ from pygit2 import Signature
|
||||
from .utils import NoRepoTestCase
|
||||
|
||||
|
||||
__author__ = 'jdavid.ibp@gmail.com (J. David Ibáñez)'
|
||||
|
||||
|
||||
|
||||
class SignatureTest(NoRepoTestCase):
|
||||
|
||||
def test_default(self):
|
||||
|
@ -35,8 +35,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'mike.perdide@gmail.com (Julien Miotte)'
|
||||
|
||||
EXPECTED = {
|
||||
"current_file": pygit2.GIT_STATUS_CURRENT,
|
||||
"file_deleted": pygit2.GIT_STATUS_WT_DELETED,
|
||||
|
@ -35,8 +35,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
TAG_SHA = '3d2962987c695a29f1f80b6c3aa4ec046ef44369'
|
||||
|
||||
|
||||
|
@ -36,8 +36,6 @@ import pygit2
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
TREE_SHA = '967fce8df97cc71722d3c2a5930ef3e6f1d27b12'
|
||||
SUBTREE_SHA = '614fd9a3094bf618ea938fffc00e7d1a54f89ad0'
|
||||
|
||||
|
@ -34,8 +34,6 @@ import unittest
|
||||
from . import utils
|
||||
|
||||
|
||||
__author__ = 'carlos@cmartin.tk (Carlos Martín Nieto)'
|
||||
|
||||
TREE_SHA = '967fce8df97cc71722d3c2a5930ef3e6f1d27b12'
|
||||
|
||||
class TreeBuilderTest(utils.BareRepoTestCase):
|
||||
|
@ -39,8 +39,6 @@ import hashlib
|
||||
import pygit2
|
||||
|
||||
|
||||
__author__ = 'dborowitz@google.com (Dave Borowitz)'
|
||||
|
||||
def force_rm_handle(remove_path, path, excinfo):
|
||||
os.chmod(
|
||||
path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user