Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 37f4806 commit f2cc633
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tests/cmdline/commands/test_archive_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ def test_import_archive(run_cli_command, newest_archive):
run_cli_command(cmd_archive.import_archive, options)


@pytest.mark.parametrize('archive', (
get_archive_file('arithmetic.add.aiida', filepath='calcjob'),
get_archive_file('export_0.9_simple.aiida', filepath=ARCHIVE_PATH),
))
@pytest.mark.parametrize(
'archive',
(
get_archive_file('arithmetic.add.aiida', filepath='calcjob'),
get_archive_file('export_0.9_simple.aiida', filepath=ARCHIVE_PATH),
),
)
def test_import_dry_run(run_cli_command, archive):
"""Test import dry-run"""
result = run_cli_command(cmd_archive.import_archive, [archive, '--dry-run'])
Expand Down

0 comments on commit f2cc633

Please sign in to comment.