{"library":"pytest-tagging","type":"library","category":null,"description":"pytest-tagging is an active pytest plugin, currently at version 1.6.0, designed to simplify test categorization by allowing users to tag tests with arbitrary strings without the need for explicit marker registration. It enhances pytest's built-in capabilities, enabling granular selection and exclusion of tests based on these tags, and providing summary statistics like failed test counts per tag. The library typically sees several minor or patch releases per year, indicating active maintenance.","language":"python","status":"active","version":"1.6.0","tags":["pytest","testing","tags","markers","plugin","test-selection"],"install":[{"cmd":"pip install pytest-tagging","imports":["import pytest\n\n@pytest.mark.tags(\"smoke\", \"api\")\ndef test_critical_api():\n    assert True"]}],"homepage":null,"github":"https://github.com/scastlara/pytest-tagging","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pytest-tagging/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.6,"avg_import_s":0.41,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pytest-tagging/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}