Skip to content
Snippets Groups Projects
Commit 44a7326b authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Split unit test for trimData to 2

parent 43935dd7
Branches
Tags
3 merge requests!37v0.0.1,!13Develop,!12Resolve "Make scripts input files for processes"
Pipeline #5722 passed with stages
in 22 minutes and 45 seconds
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment