move commits into my. hierarchy

This commit is contained in:
Dima Gerasimov 2020-03-13 23:01:31 +00:00
parent aea708bfe6
commit 083054e740
4 changed files with 30 additions and 34 deletions

6
tests/commits.py Normal file
View file

@ -0,0 +1,6 @@
from my.coding.commits import get_all_commits
def test():
commits = get_all_commits()
assert len(commits) > 10