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

Fix fastqc pytest name

parent 850d99f8
Branches
Tags
2 merge requests!37v0.0.1,!18Resolve "process_fastqc"
Pipeline #5883 passed with stages
in 53 minutes and 20 seconds
......@@ -9,5 +9,5 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../'
@pytest.mark.fastqc
def test_trimData_se():
def test_fastqc():
assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_1M.R1_fastqc.zip'))
\ 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