1
0
Fork 0
mirror of synced 2024-05-19 19:52:41 +12:00

Add missing pytest flags to test

This commit is contained in:
Serene-Arc 2023-01-04 19:07:31 +10:00
parent 4f07e92c5e
commit 8c57dc2283

View file

@ -400,6 +400,8 @@ def test_cli_download_score_filter(test_args: list[str], was_filtered: bool, tmp
assert ("filtered due to score" in result.output) == was_filtered
@pytest.mark.online
@pytest.mark.reddit
@pytest.mark.skipif(not does_test_config_exist, reason="A test config file is required for integration tests")
@pytest.mark.parametrize(
("test_args", "response"),