From 7ba23f45c7dfea46e978485b328df4675c99d4d5 Mon Sep 17 00:00:00 2001 From: Samuel Mondal <mondal0000@bz-rgab01-pdm02.bioz.unibas.ch> Date: Mon, 28 Nov 2022 15:46:59 +0100 Subject: [PATCH] test file created for exon concatenator function --- tests/test_exon_concatenation.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/test_exon_concatenation.py diff --git a/tests/test_exon_concatenation.py b/tests/test_exon_concatenation.py new file mode 100644 index 0000000..fbeb130 --- /dev/null +++ b/tests/test_exon_concatenation.py @@ -0,0 +1,3 @@ +import pytest + +import exon_concatenation from exon_concatenation -- GitLab