Skip to content

Instantly share code, notes, and snippets.

@mizhozan
Created May 27, 2021 04:14
Show Gist options
  • Save mizhozan/a77a5e0b5afd68ac10370eb4a95b5ad0 to your computer and use it in GitHub Desktop.
Save mizhozan/a77a5e0b5afd68ac10370eb4a95b5ad0 to your computer and use it in GitHub Desktop.
pytest_results.txt
============================= test session starts ==============================
platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /home/mizho/Desktop/Watson, configfile: pytest.ini
plugins: mock-3.6.1, datafiles-2.0
collected 341 items
tests/test_autocompletion.py ..................................... [ 10%]
tests/test_cli.py ...................................................... [ 26%]
........................................................................ [ 47%]
................................................. [ 62%]
tests/test_config.py ...... [ 63%]
tests/test_fullmoon.py .. [ 64%]
tests/test_utils.py ................................................. [ 78%]
tests/test_watson.py ................................................... [ 93%]
..................... [100%]
=============================== warnings summary ===============================
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909
/home/mizho/Desktop/Watson/.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2909: DeprecationWarning: 'autocompletion' is renamed to 'shell_complete'. The old name is deprecated and will be removed in Click 8.1. See the docs about 'Parameter' for information about new behavior.
super().__init__(param_decls, required=required, **attrs)
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482
/home/mizho/Desktop/Watson/.venv/lib/python3.9/site-packages/click-8.0.1-py3.9.egg/click/core.py:2482: DeprecationWarning: 'autocompletion' is renamed to 'shell_complete'. The old name is deprecated and will be removed in Click 8.1. See the docs about 'Parameter' for information about new behavior.
super().__init__(param_decls, type=type, multiple=multiple, **attrs)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================= 341 passed, 14 warnings in 1.12s =======================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment