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




                                           
#!/usr/bin/env python3

from git_deps.gitutils import GitUtils


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