diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-23 00:43:34 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-23 00:43:34 +0100 |
commit | 85189c2f87e6c198069ec250818df029c58c4a3d (patch) | |
tree | 3db322a90fd14a7fdb55272a5d5ea5dc23e6b434 /tests/data | |
parent | 45bbdd1cf81b77011b565a4134a665e652b86de0 (diff) | |
download | fuzzycat-85189c2f87e6c198069ec250818df029c58c4a3d.tar.gz fuzzycat-85189c2f87e6c198069ec250818df029c58c4a3d.zip |
update README
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/data/README.md b/tests/data/README.md index 744934c..04a277e 100644 --- a/tests/data/README.md +++ b/tests/data/README.md @@ -6,13 +6,17 @@ code or in separate file (for general editing). ## verify.csv [This file](https://github.com/miku/fuzzycat/blob/master/tests/data/verify.csv) -currently contains four columns: two identifiers, a match status and an -optional reason. +currently contains four columns: + +* ident +* ident +* match status +* reason (optional) 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, +7kzrmoajzzedxgdvbltgqihszu,bd4crw4p7ber7pzhpoyw2c77bi,Status.STRONG,OK.SLUG_TITLE_AUTHOR_MATCH ``` ## Helpers |