diff options
author | Munyoki Kilyungi | 2024-09-23 16:43:11 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-23 16:43:11 +0300 |
commit | 282c3eb8ec6f0e975bedfd8498004112e9087e40 (patch) | |
tree | 1bca5735912ceb40e120d70be7775f11a2f1d35c /tests | |
parent | f6d9b0cfb842b53e8777e9918549f1ed1ee5892e (diff) | |
download | genenetwork3-282c3eb8ec6f0e975bedfd8498004112e9087e40.tar.gz |
Revert "Add pytest.mark.unit_test for all rdf test-cases."
This reverts commit f6d9b0cfb842b53e8777e9918549f1ed1ee5892e. Failing
tests because of how we run tests using guix.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/db/rdf/test_wiki.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/db/rdf/test_wiki.py b/tests/unit/db/rdf/test_wiki.py index 51ea933..5f36034 100644 --- a/tests/unit/db/rdf/test_wiki.py +++ b/tests/unit/db/rdf/test_wiki.py @@ -187,7 +187,6 @@ def test_sanitize_result(result, expected): @pytest.mark.rdf -@pytest.mark.unit_test def test_get_wiki_entries_by_symbol(rdf_setup): # pylint: disable=W0613,W0621 """Test that wiki entries are fetched correctly by symbol""" result = get_wiki_entries_by_symbol( @@ -262,7 +261,6 @@ and C1QL3 (CTRP13).", @pytest.mark.rdf -@pytest.mark.unit_test def test_get_comment_history(rdf_setup): # pylint: disable=W0613,W0621 """Test fetching a comment's history from RDF""" result = get_comment_history( @@ -355,7 +353,6 @@ Possible 3' UTR variants.", @pytest.mark.rdf -@pytest.mark.unit_test def test_update_wiki_comment(rdf_setup): # pylint: disable=W0613,W0621 """Test that a comment is updated correctly""" update_wiki_comment( |