move test and avoid packaging them by priv-kweihmann · Pull Request #1028 · gitpython-developers/GitPython
2 changes: 1 addition & 1 deletion
.deepsource.toml
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| version = 1 | ||
|
|
||
| test_patterns = [ | ||
| 'git/test/**/test_*.py' | ||
| 'test/**/test_*.py' | ||
| ] | ||
|
|
||
| exclude_patterns = [ | ||
|
|
||
2 changes: 1 addition & 1 deletion
.gitattributes
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| git/test/fixtures/* eol=lf | ||
| test/fixtures/* eol=lf | ||
| init-tests-after-clone.sh |
2 changes: 1 addition & 1 deletion
.github/workflows/pythonpackage.yml
2 changes: 1 addition & 1 deletion
.travis.yml
5 changes: 1 addition & 4 deletions
MANIFEST.in
4 changes: 2 additions & 2 deletions
setup.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions
git/test/fixtures/diff_index_patch → test/fixtures/diff_index_patch
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
git/test/lib/helper.py → test/lib/helper.py
File renamed without changes.
2 changes: 1 addition & 1 deletion
git/test/performance/lib.py → test/performance/lib.py
2 changes: 1 addition & 1 deletion
git/test/performance/test_commit.py → test/performance/test_commit.py
File renamed without changes.
2 changes: 1 addition & 1 deletion
git/test/test_actor.py → test/test_actor.py
2 changes: 1 addition & 1 deletion
git/test/test_base.py → test/test_base.py
2 changes: 1 addition & 1 deletion
git/test/test_blob.py → test/test_blob.py
4 changes: 2 additions & 2 deletions
git/test/test_commit.py → test/test_commit.py
4 changes: 2 additions & 2 deletions
git/test/test_config.py → test/test_config.py
2 changes: 1 addition & 1 deletion
git/test/test_db.py → test/test_db.py
4 changes: 2 additions & 2 deletions
git/test/test_diff.py → test/test_diff.py
4 changes: 2 additions & 2 deletions
git/test/test_docs.py → test/test_docs.py
2 changes: 1 addition & 1 deletion
git/test/test_exc.py → test/test_exc.py
2 changes: 1 addition & 1 deletion
git/test/test_fun.py → test/test_fun.py
4 changes: 2 additions & 2 deletions
git/test/test_git.py → test/test_git.py
4 changes: 2 additions & 2 deletions
git/test/test_index.py → test/test_index.py
2 changes: 1 addition & 1 deletion
git/test/test_reflog.py → test/test_reflog.py
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| RefLogEntry, | ||
| RefLog | ||
| ) | ||
| from git.test.lib import ( | ||
| from test.lib import ( | ||
| TestBase, | ||
| fixture_path | ||
| ) | ||
|
|
||
2 changes: 1 addition & 1 deletion
git/test/test_refs.py → test/test_refs.py
2 changes: 1 addition & 1 deletion
git/test/test_remote.py → test/test_remote.py
6 changes: 3 additions & 3 deletions
git/test/test_repo.py → test/test_repo.py
2 changes: 1 addition & 1 deletion
git/test/test_stats.py → test/test_stats.py
4 changes: 2 additions & 2 deletions
git/test/test_submodule.py → test/test_submodule.py
2 changes: 1 addition & 1 deletion
git/test/test_tree.py → test/test_tree.py
2 changes: 1 addition & 1 deletion
git/test/test_util.py → test/test_util.py