From 602fd72167e538f7820560c162f8cc6e761bd290 Mon Sep 17 00:00:00 2001 From: "Katherine L. Bottenhorn" Date: Fri, 14 Jun 2024 16:01:20 -0700 Subject: [PATCH] add docstring to test function --- idconn/tests/test_pipeline.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idconn/tests/test_pipeline.py b/idconn/tests/test_pipeline.py index 6d78fae..8322e7f 100644 --- a/idconn/tests/test_pipeline.py +++ b/idconn/tests/test_pipeline.py @@ -2,6 +2,9 @@ def test_idconn_workflow_smoke(): + ''' + this is a docstring bc my tests kept failing and it was annoying + ''' from idconn.pipeline import idconn_workflow # Check that it's a function ¯\_(ツ)_/¯