aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
blob: 0cdba3ed812505ed6df94d104b2132f773ddf0ee (plain)
1
2
3
4
5
6
7
8
9
from functools import reduce

import pytest

from quality_control.parsing import strain_names, parse_strains

@pytest.fixture(scope="session")
def strains():
    return strain_names(parse_strains("strains.csv"))