diff --git a/workflow/tests/test_trimData.py b/workflow/tests/test_trimData.py index ea75252f558adc95e5feb564551afbe3f8858cb0..d766854ec538a1d2f7a7413d8636a736cae0fdc1 100644 --- a/workflow/tests/test_trimData.py +++ b/workflow/tests/test_trimData.py @@ -9,7 +9,9 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \ '/../../' @pytest.mark.trimData -def test_trimData(): +def test_trimData_se(): assert os.path.exists(os.path.join(test_output_path, '16-1ZX4_trimmed.fq.gz')) + +def test_trimData_pe(): assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_R1_val_1.fq.gz')) assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_R2_val_2.fq.gz')) \ No newline at end of file