From 5897b6ec7fbd1226cd68a292122cc494e46f6829 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 20 Apr 2022 13:26:20 +0300 Subject: Fix linting issues --- tests/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 0cdba3e..f79166d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -from functools import reduce +"""Set up fixtures for tests""" import pytest @@ -6,4 +6,5 @@ from quality_control.parsing import strain_names, parse_strains @pytest.fixture(scope="session") def strains(): + """Parse the strains once every test session""" return strain_names(parse_strains("strains.csv")) -- cgit v1.2.3