aboutsummaryrefslogblamecommitdiffstats
path: root/tests/test_GitUtils.py
blob: 4d8df2565f8deffb521c126ba5c66aaf087bf7ea (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                       
               
 
                                      




                                           
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# import pytest

from git_deps.gitutils import GitUtils


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