diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-08 09:52:47 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-08 10:24:32 +0200 |
commit | 4772fe04c38d2d0bd75d6a0f9d5905ee3ee08ae6 (patch) | |
tree | 843cb67d2a7e4edd55167520efb76fe4f8e23f77 | |
parent | 7bc59ab337516d097938fb2ee01e776c68b328f1 (diff) | |
download | gitpython-4772fe04c38d2d0bd75d6a0f9d5905ee3ee08ae6.tar.gz |
pre-emptively moved all reference related tests into own package, to resemble their actual location a little more.
Renamed test_git to test_cmd as it tests the git cmd located in git.cmd (not in git.git)
-rw-r--r-- | git/test/refs/__init__.py | 1 | ||||
-rw-r--r-- | git/test/refs/test_reflog.py (renamed from git/test/test_reflog.py) | 0 | ||||
-rw-r--r-- | git/test/refs/test_refs.py (renamed from git/test/test_refs.py) | 0 | ||||
-rw-r--r-- | git/test/test_cmd.py (renamed from git/test/test_git.py) | 0 |
4 files changed, 1 insertions, 0 deletions
diff --git a/git/test/refs/__init__.py b/git/test/refs/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/git/test/refs/__init__.py @@ -0,0 +1 @@ + diff --git a/git/test/test_reflog.py b/git/test/refs/test_reflog.py index 271924aa..271924aa 100644 --- a/git/test/test_reflog.py +++ b/git/test/refs/test_reflog.py diff --git a/git/test/test_refs.py b/git/test/refs/test_refs.py index e49b23ab..e49b23ab 100644 --- a/git/test/test_refs.py +++ b/git/test/refs/test_refs.py diff --git a/git/test/test_git.py b/git/test/test_cmd.py index b9a0b617..b9a0b617 100644 --- a/git/test/test_git.py +++ b/git/test/test_cmd.py |