HPI/tests/commits.py
2020-03-13 23:01:31 +00:00

6 lines
121 B
Python

from my.coding.commits import get_all_commits
def test():
commits = get_all_commits()
assert len(commits) > 10