move commits into my. hierarchy
This commit is contained in:
parent
aea708bfe6
commit
083054e740
4 changed files with 30 additions and 34 deletions
6
tests/commits.py
Normal file
6
tests/commits.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from my.coding.commits import get_all_commits
|
||||
|
||||
|
||||
def test():
|
||||
commits = get_all_commits()
|
||||
assert len(commits) > 10
|
Loading…
Add table
Add a link
Reference in a new issue