1
0
Fork 0
mirror of synced 2024-05-17 10:42:39 +12:00

Update test_clone_integration.py

Update broken ID's in clone integration test
This commit is contained in:
OMEGARAZER 2022-09-23 02:51:53 -04:00 committed by GitHub
parent 398f7b293a
commit 7fef6c4023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,10 @@ def create_basic_args_for_cloner_runner(test_args: list[str], tmp_path: Path):
@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', (
['-l', 'm2601g'],
['-l', '6l7778'],
['-s', 'TrollXChromosomes/', '-L', 1],
['-l', 'tr79b'],
['-l', 'tr6ky'],
['-l', 'eiajjw'],
['-l', 'xl0lhi'],
))
def test_cli_scrape_general(test_args: list[str], tmp_path: Path):
runner = CliRunner()