diff options
Diffstat (limited to 'tests/unit/db')
-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 |