aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorBonfaceKilz2021-06-07 10:18:22 +0300
committerzsloan2021-06-18 22:08:04 +0000
commit77e7fb0d6a8090770460cc05e1707056b09e6802 (patch)
treed7a14b3dca249d5f0447e368307cf8ee9963398b /tests/unit
parent49f9d977fc9bd9165392c21f7311b6fe72d2d83a (diff)
downloadgenenetwork3-77e7fb0d6a8090770460cc05e1707056b09e6802.tar.gz
tests: test_phenotype: Rename to test_db
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/db/test_db.py (renamed from tests/unit/db/test_phenotypes.py)1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/db/test_phenotypes.py b/tests/unit/db/test_db.py
index 824d186..a3b1d71 100644
--- a/tests/unit/db/test_phenotypes.py
+++ b/tests/unit/db/test_db.py
@@ -10,6 +10,7 @@ from gn3.db.phenotypes import Phenotype
class TestPhenotypes(TestCase):
"""Test cases for fetching chromosomes"""
+
def test_update_phenotype_with_no_data(self):
"""Test that a phenotype is updated correctly if an empty Phenotype dataclass
is provided