there is a string in pyproject.toml
addopts = "--clean-alluredir --alluredir allure_result --numprocesses 3 --retries 1 --retry-delay 3"it reference to allure-pytest, pytest-xdist and pytest-retry libs and auto add flags to main command, like
pytest -s tests/test_first.pyor
pytest -s -k TestFirstallure-pytest
pydantic
pytest
pytest-retry
pytest-rerunfailures
pytest-xdist
requests
ruff
soft-assert
memrayTo check the code style
ruff check .To format the code
ruff format .all of this setting up in pyproject.toml