Reformatted a handful more tests

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-08 17:58:06 -04:00
parent 23f894581c
commit 72c8a46b8c
21 changed files with 139 additions and 118 deletions

View File

@@ -31,14 +31,14 @@ def test_can_create_spreadsheet_from_dict_with_filename():
@pytest.mark.parametrize(
"args, kwargs",
(
("args", "kwargs"),
[
(
("hello", ["hello"]),
{},
),
((), {"csv_data": "hello", "rows": ["hello"]}),
),
],
)
def test_spreadsheet_checks_for_bad_arguments(args, kwargs):
with pytest.raises(TypeError) as exception: