diff options
| author | Frederick Muriuki Muriithi | 2025-01-26 09:05:56 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-01-26 09:06:31 -0600 |
| commit | 0d902ec267d96b87648669a7a43b699c8a22a3de (patch) | |
| tree | c847438f4158e9f6d43a662f659b4e0e48d7863d /tests | |
| parent | 500826f629ba822b5806e6f81ad642c43606c32d (diff) | |
| download | genenetwork3-0d902ec267d96b87648669a7a43b699c8a22a3de.tar.gz | |
Skip test that checks working of MySQLdb rather than GN3.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_db_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_db_utils.py b/tests/unit/test_db_utils.py index 3c7ce59..73cec21 100644 --- a/tests/unit/test_db_utils.py +++ b/tests/unit/test_db_utils.py @@ -6,6 +6,7 @@ import pytest from gn3.db_utils import parse_db_url, database_connection @pytest.mark.unit_test +@pytest.mark.skip("This is testing MySQLdb rather than GN3") @mock.patch("gn3.db_utils.mdb") @mock.patch("gn3.db_utils.parse_db_url") def test_database_connection(mock_db_parser, mock_sql): |
