| ============================= test session starts ==============================
|
| platform linux -- Python 3.9.21, pytest-4.6.6.dev9+g8aba863a6, py-1.11.0, pluggy-0.13.1 -- /opt/miniconda3/envs/testbed/bin/python
|
| cachedir: .pytest_cache
|
| rootdir: /tmp
|
| collecting ... collected 1 item
|
|
|
| ../tmp/tmp9n5uiozt.py::test_something PASSED [100%]
|
|
|
| =============================== warnings summary ===============================
|
| /tmp/tmp9n5uiozt.py:7
|
| /tmp/tmp9n5uiozt.py:7: DeprecationWarning: invalid escape sequence \;
|
| print("With some special characters: $%^&*()+=[]{}|\;:'\",.<>/?")
|
|
|
| -- Docs: https://docs.pytest.org/en/latest/warnings.html
|
| ===================== 1 passed, 1 warnings in 0.01 seconds =====================
|