aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_GitUtils.py
blob: c5f79ca072458d5e5d81bfa92b58c988118075a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pytest
from git_deps.gitutils import GitUtils

__author__ = "Adam Spiers"
__copyright__ = "Adam Spiers"
__license__ = "none"


def test_abbreviate_sha1():
    sha1 = GitUtils.abbreviate_sha1("HEAD")
    assert len(sha1) == 7