Skip to content
Snippets Groups Projects
test_completion.py 317 B
Newer Older
#!/usr/bin/env python3

import pytest
import pandas as pd
from io import StringIO
import os
import json

test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
    '/../../'


Gervaise Henry's avatar
Gervaise Henry committed
@pytest.mark.completion
def test_multiqc(file_name):
    assert os.path.exists(os.path.join(
Gervaise Henry's avatar
Gervaise Henry committed
        test_output_path, file_name))