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

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

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

@pytest.mark.inferMetadata
def test_inferMetadata():
    assert os.path.exists(os.path.join(test_output_path, 'Q-Y5JA_1M.se.inferMetadata.log'))