summaryrefslogtreecommitdiff
path: root/git/test/fixtures/diff_patch_unsafe_paths
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-10 18:41:02 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-12 17:13:10 +0800
commit5453888091a86472e024753962a7510410171cbc (patch)
treee882bf4c02439e70fcb5938c1484216d04430ef4 /git/test/fixtures/diff_patch_unsafe_paths
parent9b7839e6b55953ddac7e8f13b2f9e2fa2dea528b (diff)
downloadgitpython-5453888091a86472e024753962a7510410171cbc.tar.gz
tests: move to root dir
This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Diffstat (limited to 'git/test/fixtures/diff_patch_unsafe_paths')
-rw-r--r--git/test/fixtures/diff_patch_unsafe_paths89
1 files changed, 0 insertions, 89 deletions
diff --git a/git/test/fixtures/diff_patch_unsafe_paths b/git/test/fixtures/diff_patch_unsafe_paths
deleted file mode 100644
index 1aad6754..00000000
--- a/git/test/fixtures/diff_patch_unsafe_paths
+++ /dev/null
@@ -1,89 +0,0 @@
-diff --git a/path/ starting with a space b/path/ starting with a space
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ b/path/ starting with a space
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/\"with-quotes\"" "b/path/\"with-quotes\""
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/\"with-quotes\""
-@@ -0,0 +1 @@
-+dummy content
-diff --git a/path/'with-single-quotes' b/path/'with-single-quotes'
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ b/path/'with-single-quotes'
-@@ -0,0 +1 @@
-+dummy content
-diff --git a/path/ending in a space b/path/ending in a space
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ b/path/ending in a space
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/with\ttab" "b/path/with\ttab"
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/with\ttab"
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/with\nnewline" "b/path/with\nnewline"
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/with\nnewline"
-@@ -0,0 +1 @@
-+dummy content
-diff --git a/path/with spaces b/path/with spaces
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ b/path/with spaces
-@@ -0,0 +1 @@
-+dummy content
-diff --git a/path/with-question-mark? b/path/with-question-mark?
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ b/path/with-question-mark?
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/¯\\_(ツ)_|¯" "b/path/¯\\_(ツ)_|¯"
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/¯\\_(ツ)_|¯"
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/\360\237\222\251.txt" "b/path/\360\237\222\251.txt"
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/\360\237\222\251.txt"
-@@ -0,0 +1 @@
-+dummy content
-diff --git "a/path/\200-invalid-unicode-path.txt" "b/path/\200-invalid-unicode-path.txt"
-new file mode 100644
-index 0000000000000000000000000000000000000000..eaf5f7510320b6a327fb308379de2f94d8859a54
---- /dev/null
-+++ "b/path/\200-invalid-unicode-path.txt"
-@@ -0,0 +1 @@
-+dummy content
-diff --git a/a/with spaces b/b/with some spaces
-similarity index 100%
-rename from a/with spaces
-rename to b/with some spaces
-diff --git a/a/ending in a space b/b/ending with space
-similarity index 100%
-rename from a/ending in a space
-rename to b/ending with space
-diff --git "a/a/\"with-quotes\"" "b/b/\"with even more quotes\""
-similarity index 100%
-rename from "a/\"with-quotes\""
-rename to "b/\"with even more quotes\""