diff options
author | BonfaceKilz | 2021-06-07 10:18:22 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-06-07 19:58:44 +0300 |
commit | 4ea2b135b91baf259f813c4056963ead88ed17d3 (patch) | |
tree | 18ae93318edce5810a74c16735f1c82d72773c2d /tests/unit | |
parent | 77107399e2f12a50da02ff970174ff6c682dc8f5 (diff) | |
download | genenetwork3-4ea2b135b91baf259f813c4056963ead88ed17d3.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 |