From f15fac33627952ccf5d85a8c363b6d829c03b90d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 11 Apr 2022 15:24:31 +0300 Subject: Add tests for headers * Add tests to check for validity of the headers * Add stubs for the tests --- quality_control/headers.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 quality_control/headers.py (limited to 'quality_control/headers.py') diff --git a/quality_control/headers.py b/quality_control/headers.py new file mode 100644 index 0000000..b8ff160 --- /dev/null +++ b/quality_control/headers.py @@ -0,0 +1,7 @@ +"""Validate the headers""" + +from quality_control.errors import InvalidHeaderValue + +def valid_header(strains, headers): + "Return the valid headers with reference to strains or throw an error" + return None -- cgit v1.2.3