diff options
author | BonfaceKilz | 2021-06-07 10:21:33 +0300 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | 92a6ed26a6990fd37b86efe4caa9f6cd2365f476 (patch) | |
tree | 4e57ae4ef4eda7589ee14508e5fda32ce86de172 /tests/unit | |
parent | 77e7fb0d6a8090770460cc05e1707056b09e6802 (diff) | |
download | genenetwork3-92a6ed26a6990fd37b86efe4caa9f6cd2365f476.tar.gz |
tests: test_db: Rename TestPhenotype
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/db/test_db.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/db/test_db.py b/tests/unit/db/test_db.py index a3b1d71..2e38d4c 100644 --- a/tests/unit/db/test_db.py +++ b/tests/unit/db/test_db.py @@ -8,8 +8,8 @@ from gn3.db import diff_from_dict from gn3.db.phenotypes import Phenotype -class TestPhenotypes(TestCase): - """Test cases for fetching chromosomes""" +class TestCrudMethods(TestCase): + """Test cases for CRUD methods""" def test_update_phenotype_with_no_data(self): """Test that a phenotype is updated correctly if an empty Phenotype dataclass |