{"library":"pytest-plus","title":"pytest-plus","description":"A pytest plugin that extends pytest functionality with enhanced assertions, test ordering, and fixtures. Current version is 0.8.1, with a monthly release cadence. Supports Python >=3.10.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-plus"],"cli":null},"imports":["from pytest_plus import plus"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# content of test_example.py\nfrom pytest_plus import plus\n\ndef test_addition():\n    result = plus(2, 3)\n    assert result == 5, f\"Expected 5, got {result}\"","lang":"python","description":"Basic usage of the plus helper from pytest-plus. Run with: pytest","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}