summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-08 09:52:47 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-08 10:24:32 +0200
commit4772fe04c38d2d0bd75d6a0f9d5905ee3ee08ae6 (patch)
tree843cb67d2a7e4edd55167520efb76fe4f8e23f77
parent7bc59ab337516d097938fb2ee01e776c68b328f1 (diff)
downloadgitpython-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__.py1
-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