diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 19:19:04 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-21 19:19:04 +0100 |
commit | e6019e16d5a74dc49eb7129ee7fd78b4de51dac2 (patch) | |
tree | d63ba4a29087506bb1906307f202d11e22c6979c | |
parent | fafe8a77db75083de3e7af92185ecdb7f2d542d3 (diff) | |
download | gitpython-e6019e16d5a74dc49eb7129ee7fd78b4de51dac2.tar.gz |
flattened test folder structure, didn't adjust any file content yet
-rw-r--r-- | test/git/__init__.py | 5 | ||||
-rw-r--r-- | test/lib/__init__.py (renamed from test/testlib/__init__.py) | 0 | ||||
-rw-r--r-- | test/lib/asserts.py (renamed from test/testlib/asserts.py) | 0 | ||||
-rw-r--r-- | test/lib/helper.py (renamed from test/testlib/helper.py) | 0 | ||||
-rw-r--r-- | test/performance/lib.py (renamed from test/git/performance/lib.py) | 0 | ||||
-rw-r--r-- | test/performance/test_commit.py (renamed from test/git/performance/test_commit.py) | 0 | ||||
-rw-r--r-- | test/performance/test_odb.py (renamed from test/git/performance/test_odb.py) | 0 | ||||
-rw-r--r-- | test/performance/test_streams.py (renamed from test/git/performance/test_streams.py) | 0 | ||||
-rw-r--r-- | test/performance/test_utils.py (renamed from test/git/performance/test_utils.py) | 0 | ||||
-rw-r--r-- | test/test_actor.py (renamed from test/git/test_actor.py) | 0 | ||||
-rw-r--r-- | test/test_base.py (renamed from test/git/test_base.py) | 0 | ||||
-rw-r--r-- | test/test_blob.py (renamed from test/git/test_blob.py) | 0 | ||||
-rw-r--r-- | test/test_commit.py (renamed from test/git/test_commit.py) | 0 | ||||
-rw-r--r-- | test/test_config.py (renamed from test/git/test_config.py) | 0 | ||||
-rw-r--r-- | test/test_db.py (renamed from test/git/test_db.py) | 0 | ||||
-rw-r--r-- | test/test_diff.py (renamed from test/git/test_diff.py) | 0 | ||||
-rw-r--r-- | test/test_fun.py (renamed from test/git/test_fun.py) | 0 | ||||
-rw-r--r-- | test/test_git.py (renamed from test/git/test_git.py) | 0 | ||||
-rw-r--r-- | test/test_index.py (renamed from test/git/test_index.py) | 0 | ||||
-rw-r--r-- | test/test_refs.py (renamed from test/git/test_refs.py) | 0 | ||||
-rw-r--r-- | test/test_remote.py (renamed from test/git/test_remote.py) | 0 | ||||
-rw-r--r-- | test/test_repo.py (renamed from test/git/test_repo.py) | 0 | ||||
-rw-r--r-- | test/test_stats.py (renamed from test/git/test_stats.py) | 0 | ||||
-rw-r--r-- | test/test_submodule.py (renamed from test/git/test_submodule.py) | 0 | ||||
-rw-r--r-- | test/test_tree.py (renamed from test/git/test_tree.py) | 0 | ||||
-rw-r--r-- | test/test_util.py (renamed from test/git/test_util.py) | 0 |
26 files changed, 0 insertions, 5 deletions
diff --git a/test/git/__init__.py b/test/git/__init__.py deleted file mode 100644 index 757cbad1..00000000 --- a/test/git/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# __init__.py -# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors -# -# This module is part of GitPython and is released under -# the BSD License: http://www.opensource.org/licenses/bsd-license.php diff --git a/test/testlib/__init__.py b/test/lib/__init__.py index 77512794..77512794 100644 --- a/test/testlib/__init__.py +++ b/test/lib/__init__.py diff --git a/test/testlib/asserts.py b/test/lib/asserts.py index fa754b92..fa754b92 100644 --- a/test/testlib/asserts.py +++ b/test/lib/asserts.py diff --git a/test/testlib/helper.py b/test/lib/helper.py index 4e7b5cf6..4e7b5cf6 100644 --- a/test/testlib/helper.py +++ b/test/lib/helper.py diff --git a/test/git/performance/lib.py b/test/performance/lib.py index 4ac1f1da..4ac1f1da 100644 --- a/test/git/performance/lib.py +++ b/test/performance/lib.py diff --git a/test/git/performance/test_commit.py b/test/performance/test_commit.py index 62d409fc..62d409fc 100644 --- a/test/git/performance/test_commit.py +++ b/test/performance/test_commit.py diff --git a/test/git/performance/test_odb.py b/test/performance/test_odb.py index 32b70f69..32b70f69 100644 --- a/test/git/performance/test_odb.py +++ b/test/performance/test_odb.py diff --git a/test/git/performance/test_streams.py b/test/performance/test_streams.py index a5811262..a5811262 100644 --- a/test/git/performance/test_streams.py +++ b/test/performance/test_streams.py diff --git a/test/git/performance/test_utils.py b/test/performance/test_utils.py index 19c1e84a..19c1e84a 100644 --- a/test/git/performance/test_utils.py +++ b/test/performance/test_utils.py diff --git a/test/git/test_actor.py b/test/test_actor.py index 8fda57e5..8fda57e5 100644 --- a/test/git/test_actor.py +++ b/test/test_actor.py diff --git a/test/git/test_base.py b/test/test_base.py index 25d1e4e9..25d1e4e9 100644 --- a/test/git/test_base.py +++ b/test/test_base.py diff --git a/test/git/test_blob.py b/test/test_blob.py index 623ed179..623ed179 100644 --- a/test/git/test_blob.py +++ b/test/test_blob.py diff --git a/test/git/test_commit.py b/test/test_commit.py index c3ce5c92..c3ce5c92 100644 --- a/test/git/test_commit.py +++ b/test/test_commit.py diff --git a/test/git/test_config.py b/test/test_config.py index 8c846b99..8c846b99 100644 --- a/test/git/test_config.py +++ b/test/test_config.py diff --git a/test/git/test_db.py b/test/test_db.py index 9da13bd8..9da13bd8 100644 --- a/test/git/test_db.py +++ b/test/test_db.py diff --git a/test/git/test_diff.py b/test/test_diff.py index ade21c1b..ade21c1b 100644 --- a/test/git/test_diff.py +++ b/test/test_diff.py diff --git a/test/git/test_fun.py b/test/test_fun.py index 3fdc13fd..3fdc13fd 100644 --- a/test/git/test_fun.py +++ b/test/test_fun.py diff --git a/test/git/test_git.py b/test/test_git.py index 518c464a..518c464a 100644 --- a/test/git/test_git.py +++ b/test/test_git.py diff --git a/test/git/test_index.py b/test/test_index.py index 29a7404d..29a7404d 100644 --- a/test/git/test_index.py +++ b/test/test_index.py diff --git a/test/git/test_refs.py b/test/test_refs.py index fa26bae9..fa26bae9 100644 --- a/test/git/test_refs.py +++ b/test/test_refs.py diff --git a/test/git/test_remote.py b/test/test_remote.py index c52f907e..c52f907e 100644 --- a/test/git/test_remote.py +++ b/test/test_remote.py diff --git a/test/git/test_repo.py b/test/test_repo.py index 62b4c476..62b4c476 100644 --- a/test/git/test_repo.py +++ b/test/test_repo.py diff --git a/test/git/test_stats.py b/test/test_stats.py index cc30bf92..cc30bf92 100644 --- a/test/git/test_stats.py +++ b/test/test_stats.py diff --git a/test/git/test_submodule.py b/test/test_submodule.py index d922f32a..d922f32a 100644 --- a/test/git/test_submodule.py +++ b/test/test_submodule.py diff --git a/test/git/test_tree.py b/test/test_tree.py index 18688424..18688424 100644 --- a/test/git/test_tree.py +++ b/test/test_tree.py diff --git a/test/git/test_util.py b/test/test_util.py index 6453bc19..6453bc19 100644 --- a/test/git/test_util.py +++ b/test/test_util.py |