aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/README.md
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-24 23:51:40 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-24 23:51:40 +0100
commit268e7948e6fa2ee9871430104f60bdab3212464c (patch)
treeb25b96f17767a4f9fdd72e73ccbb5d7b41050314 /tests/data/README.md
parent48d9265ce97e032e4f5fd2aaa3bde7fb8f49d6c5 (diff)
downloadfuzzycat-268e7948e6fa2ee9871430104f60bdab3212464c.tar.gz
fuzzycat-268e7948e6fa2ee9871430104f60bdab3212464c.zip
move towards data subdir
Diffstat (limited to 'tests/data/README.md')
-rw-r--r--tests/data/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/README.md b/tests/data/README.md
new file mode 100644
index 0000000..94bfcdb
--- /dev/null
+++ b/tests/data/README.md
@@ -0,0 +1,17 @@
+# Fixtures
+
+Put all documents used as inputs and output here. The wiring can happen in
+code or in separate file (for general editing).
+
+## verify.csv
+
+This file currently contains four columns: two identifiers, a match status and
+an optional reason.
+
+If you add lines to this file, the test suite will pick it up automatically.
+
+```csv
+7kzrmoajzzedxgdvbltgqihszu,bd4crw4p7ber7pzhpoyw2c77bi,Status.STRONG,OK.SLUG_TITLE_AUTHOR_MATCH,
+```
+
+