mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 13:55:03 +01:00
tests/test_check.py: Reformat with black
This commit is contained in:
parent
a6709c7f82
commit
7edb8b19d7
@ -69,7 +69,9 @@ def test_check_unnecessary_separators(capsys):
|
|||||||
check.separators(field, field_name)
|
check.separators(field, field_name)
|
||||||
|
|
||||||
captured = capsys.readouterr()
|
captured = capsys.readouterr()
|
||||||
assert captured.out == f"Unnecessary multi-value separator ({field_name}): {field}\n"
|
assert (
|
||||||
|
captured.out == f"Unnecessary multi-value separator ({field_name}): {field}\n"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_check_valid_separators():
|
def test_check_valid_separators():
|
||||||
|
Loading…
Reference in New Issue
Block a user