diff options
author | BonfaceKilz | 2021-06-07 10:18:22 +0300 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | 77e7fb0d6a8090770460cc05e1707056b09e6802 (patch) | |
tree | d7a14b3dca249d5f0447e368307cf8ee9963398b /tests | |
parent | 49f9d977fc9bd9165392c21f7311b6fe72d2d83a (diff) | |
download | genenetwork3-77e7fb0d6a8090770460cc05e1707056b09e6802.tar.gz |
tests: test_phenotype: Rename to test_db
Diffstat (limited to 'tests')
-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 |