aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/fuzzy_release_match_release_exact_title_exact_contrib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/fuzzy_release_match_release_exact_title_exact_contrib')
-rw-r--r--tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml13
-rw-r--r--tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml13
-rw-r--r--tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml16
-rw-r--r--tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml16
-rw-r--r--tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml16
5 files changed, 0 insertions, 74 deletions
diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml
deleted file mode 100644
index 2df8d9a..0000000
--- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/0.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-title: titles are case insensitive
-date: 2021-11-08
-input: >
- {
- "contribs": [
- {
- "raw_name": "Michael Adams"
- }
- ],
- "title": "digital libraries",
- "ext_ids": {}
- }
-expected: 2
diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml
deleted file mode 100644
index 1070408..0000000
--- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/1.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-title: another vanilla query
-date: 2021-11-08
-input: >
- {
- "contribs": [
- {
- "raw_name": "Poul-Henning Kamp"
- }
- ],
- "title": "The hyperdimensional tar pit",
- "ext_ids": {}
- }
-expected: 2
diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml
deleted file mode 100644
index 882e746..0000000
--- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/2.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-title: order of contribs does not matter
-date: 2021-11-08
-input: >
- {
- "contribs": [
- {
- "raw_name": "Maurice Florence"
- },
- {
- "raw_name": "Tuomo Tiisala"
- }
- ],
- "title": "Foucault",
- "ext_ids": {}
- }
-expected: 1
diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml
deleted file mode 100644
index 0a2ad12..0000000
--- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/3.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-title: order of contribs does not matter
-date: 2021-11-08
-input: >
- {
- "contribs": [
- {
- "raw_name": "Tuomo Tiisala"
- },
- {
- "raw_name": "Maurice Florence"
- }
- ],
- "title": "Foucault",
- "ext_ids": {}
- }
-expected: 1
diff --git a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml b/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml
deleted file mode 100644
index 36ea0fe..0000000
--- a/tests/files/fuzzy_release_match_release_exact_title_exact_contrib/4.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-title: short version of name should not work
-date: 2021-11-08
-input: >
- {
- "contribs": [
- {
- "raw_name": "Tuomo Tiisala"
- },
- {
- "raw_name": "M. Florence"
- }
- ],
- "title": "Foucault",
- "ext_ids": {}
- }
-expected: 0