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

Fix getData pytest

parent c7ea5cba
Branches
Tags
2 merge requests!37v0.0.1,!11Develop
Pipeline #5667 passed with stage
in 5 minutes and 34 seconds
......@@ -6,9 +6,9 @@ from io import StringIO
import os
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../Replicate_16-1ZX4/'
'/../../'
@pytest.mark.getData
def test_getData():
assert os.path.exists(os.path.join(test_output_path, 'bagit.txt'))
assert os.path.exists(os.path.join(test_output_path, 'data/assets/Study/16-1ZWP/Experiment/16-1ZWR/Replicate/16-1ZX4/3_1_single.R1.fastq.gz'))
\ No newline at end of file
assert os.path.exists(os.path.join(test_output_path, 'Replicate_16-1ZX4/bagit.txt'))
assert os.path.exists(os.path.join(test_output_path, '16-1ZX4.R1.fastq.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