Skip to content
Snippets Groups Projects
Commit 64e4ac99 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

fix assert style

parent 40cd4997
No related branches found
No related tags found
1 merge request!688Stop using .files from extra-data
...@@ -82,8 +82,8 @@ def test_map_seq_files(karabo_da, sequences, expected_len): ...@@ -82,8 +82,8 @@ def test_map_seq_files(karabo_da, sequences, expected_len):
karabo_da: [run_folder / f"RAW-R9983-AGIPD00-S0000{s}.h5" for s in sequences] # noqa karabo_da: [run_folder / f"RAW-R9983-AGIPD00-S0000{s}.h5" for s in sequences] # noqa
} }
assert (expected_dict, expected_len) == map_seq_files( assert map_seq_files(run_folder, [karabo_da], sequences) == (
run_folder, [karabo_da], sequences) expected_dict, expected_len)
@pytest.mark.requires_gpfs @pytest.mark.requires_gpfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment