Open jonasfreimuth opened 1 year ago
Ok great, after some time I also got this one on main, I will reopen #18:
=================================================================================== test session starts ====================================================================================
platform linux -- Python 3.10.12, pytest-7.4.2, pluggy-1.3.0
rootdir: /data/local/jfreige/geo-mining/easy-entrez
plugins: cov-4.1.0
collected 15 items
tests/test_api.py ..F [ 20%]
tests/test_parsing.py .... [ 46%]
tests/test_queries.py ........ [100%]
========================================================================================= FAILURES =========================================================================================
________________________________________________________________________________________ test_fetch ________________________________________________________________________________________
def test_fetch():
result = entrez_api.fetch(['4'], max_results=1, database='snp')
assert is_response_for(result, FetchQuery)
assert not is_response_for(result, SearchQuery)
snp = result.data[0]
namespaces = {'ns0': 'https://www.ncbi.nlm.nih.gov/SNP/docsum'}
> chromosome = snp.find('.//ns0:CHR', namespaces).text
E AttributeError: 'NoneType' object has no attribute 'text'
tests/test_api.py:38: AttributeError
===================================================================================== warnings summary =====================================================================================
tests/test_parsing.py:39
/data/local/jfreige/geo-mining/easy-entrez/tests/test_parsing.py:39: PytestUnknownMarkWarning: Unknown pytest.mark.optional - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.optional
tests/test_parsing.py:78
/data/local/jfreige/geo-mining/easy-entrez/tests/test_parsing.py:78: PytestUnknownMarkWarning: Unknown pytest.mark.optional - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.optional
tests/test_parsing.py:89
/data/local/jfreige/geo-mining/easy-entrez/tests/test_parsing.py:89: PytestUnknownMarkWarning: Unknown pytest.mark.optional - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.optional
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================================================================================= short test summary info ==================================================================================
FAILED tests/test_api.py::test_fetch - AttributeError: 'NoneType' object has no attribute 'text'
======================================================================== 1 failed, 14 passed, 3 warnings in 13.46s =========================================================================
Running pytest (in a venv) on commit
6cd14fb
sometimes fails with the following error: