Skip to content
Snippets Groups Projects
test_generate_software_references.py 330 B
Newer Older
Venkat Malladi's avatar
Venkat Malladi committed
#!/usr/bin/env python3

import pytest
import os
import utils
import yaml
Venkat Malladi's avatar
Venkat Malladi committed

test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
Venkat Malladi's avatar
Venkat Malladi committed
                '/../output/multiqcReport/'
Venkat Malladi's avatar
Venkat Malladi committed


@pytest.mark.singleend
def test_software_references():
    assert os.path.exists(os.path.join(test_output_path, 'software_references_mqc.txt'))