From 2cf56190a9984184758cb2f5aedae8fff3c0ded7 Mon Sep 17 00:00:00 2001 From: garion0000 <michele.garioni@unibas.ch> Date: Wed, 24 Nov 2021 20:04:11 +0100 Subject: [PATCH] doc: correct docstring --- tests/test_sampleinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sampleinput.py b/tests/test_sampleinput.py index f73dfb9..3f81651 100644 --- a/tests/test_sampleinput.py +++ b/tests/test_sampleinput.py @@ -1,4 +1,4 @@ -"""Placeholder test for pipeline.""" +"""Tests the transcriptome abundance file input reader.""" import pytest import pandas as pd -- GitLab