csv-metadata-quality/tests
Alan Orth 40d5f7d81b
Add support for removing newlines
This was tricky because of the nature of newlines. In actuality we
are removing Unix line feeds here (U+000A) because Windows carriage
returns are actually already removed by the string stripping in the
whitespace fix.

Creating the test case in Vim was difficult because I couldn't fig-
ure out how to manually enter a line feed character. In the end I
used a search and replace on a known pattern like "ALAN", replacing
it with \r. Neither entering the Unicode code point (U+000A) direc-
tly or typing an "Enter" character after ^V worked. Grrr.
2019-07-30 20:05:12 +03:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py Add support for validating subjects against AGROVOC 2019-07-30 00:30:31 +03:00
test_fix.py Add support for removing newlines 2019-07-30 20:05:12 +03:00