From 9cdff50ea1f75c05bf011b778153500299f73150 Mon Sep 17 00:00:00 2001 From: Constantin Pape <constantin.pape@iwr.uni-heidelberg.de> Date: Fri, 7 Jun 2019 16:04:34 +0200 Subject: [PATCH] Add test mock-up --- test/attributes/test_genes.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/attributes/test_genes.py diff --git a/test/attributes/test_genes.py b/test/attributes/test_genes.py new file mode 100644 index 0000000..8848ab1 --- /dev/null +++ b/test/attributes/test_genes.py @@ -0,0 +1,3 @@ +import unittest + +# TODO write unittest that checks new version of gene mapping against original -- GitLab