diff --git a/workflow/tests/test_experiment_qc.py b/workflow/tests/test_experiment_qc.py index 875aea6e4d955de53347b848705ffd5581752c23..308ebe2acc432740305e17c3cefef65d8ea105b6 100644 --- a/workflow/tests/test_experiment_qc.py +++ b/workflow/tests/test_experiment_qc.py @@ -40,5 +40,8 @@ def test_experiment_qc_singleend(): @pytest.mark.integration def test_experiment_qc_pairedend(): - # Do the same thing for paired end data - pass + assert os.path.exists(os.path.join(test_output_path, 'sample_mbs.npz')) + assert os.path.exists(os.path.join(test_output_path, 'heatmap_SpearmanCorr.png')) + assert os.path.exists(os.path.join(test_output_path, 'coverage.png')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB568IYX_fingerprint.png')) + assert os.path.exists(os.path.join(test_output_path, 'ENCLB637LZP_fingerprint.png'))