1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

[CODE] Fix black

This commit is contained in:
sanchit97
2021-09-10 10:52:54 -04:00
parent d44a54c787
commit eab1cd06d3

View File

@@ -192,6 +192,7 @@ attack_test_params = [
),
]
@pytest.mark.parametrize("name, command, sample_output_file", attack_test_params)
@pytest.mark.slow
def test_command_line_attack(name, command, sample_output_file):