Skip to content

Commit a78bc7b

Browse files
committed
test: removed tests
1 parent fc30dbc commit a78bc7b

14 files changed

Lines changed: 11 additions & 55057 deletions

git_analytics/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Dict, Iterable, Protocol
22

3-
from git import Commit
3+
from git.objects.commit import Commit
44

55
from .history import CommitContext, GitHistoryWalker
66

git_analytics/history.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from datetime import datetime
33
from typing import Iterator
44

5-
from git import Commit, InvalidGitRepositoryError, Repo
5+
from git import InvalidGitRepositoryError, Repo
6+
from git.objects.commit import Commit
67

78

89
@dataclass(frozen=True)

tests/fakes/__init__.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/fakes/fake_analyzer.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/fakes/fake_big_data.py

Lines changed: 0 additions & 54318 deletions
This file was deleted.

tests/fakes/fake_commit_source.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)