csv-metadata-quality/tests
Alan Orth 0ed0fabe21
tests/test_check.py: remove local variables
This was raised by ruff.

> F841 Local variable `result` is assigned to but never used

We don't actually need the output of the function since these tests
capture the stdout.
2022-12-20 15:09:20 +02:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py tests/test_check.py: remove local variables 2022-12-20 15:09:20 +02:00
test_fix.py Improve exclude function 2022-09-02 15:59:22 +03:00