diff --git a/tests/test_reference_runs/test_pre_deployment.py b/tests/test_reference_runs/test_pre_deployment.py index ed4bb0fa4e530fed376149af7305c0b1967d608f..42b19990b14d9f0e90b2e272b4873debfdcc1991 100644 --- a/tests/test_reference_runs/test_pre_deployment.py +++ b/tests/test_reference_runs/test_pre_deployment.py @@ -259,7 +259,9 @@ def slurm_watcher(test_key: str, std_out: str): list(automated_test_config.items()), ids=list(automated_test_config.keys()), ) -def test_xfel_calibrate(test_key: str, val_dict: dict, release_test_config: Tuple): # noqa +def test_xfel_calibrate( + test_key: str, val_dict: dict, release_test_config: Tuple +): """Test xfel calibrate detectors and calibrations written in the given callab_test YAML file. Args: