Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$ pytest -vv . =================================================================================================== test session starts ==================================================================================================== platform linux -- Python 3.12.7+, pytest-8.3.3, pluggy-1.5.0 -- /home/macbre/github/mbc-harvest/env/bin/python cachedir: .pytest_cache rootdir: /home/macbre/github/mbc-harvest collected 3 items test_dlibra.py::test_get_presentation_data_url PASSED [ 33%] test_dlibra.py::test_get_content_url PASSED [ 66%] test_dlibra.py::test_get_set PASSED [100%] ===================================================================================================== warnings summary ===================================================================================================== test_dlibra.py::test_get_content_url test_dlibra.py::test_get_set /home/macbre/github/mbc-harvest/env/lib/python3.12/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'mbc.cyfrowemazowsze.pl'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================================================================================== 3 passed, 2 warnings in 5.80s ===============================================================================================
- Loading branch information